|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortalURL
Base interface for portal urls.
Method Summary | |
---|---|
void |
setAuthenticated(java.lang.Boolean wantAuthenticated)
Affect the authentication mode of the transport protocol that the URL will designate. |
void |
setRelative(boolean relative)
Affet the URL generation by creating either a relative or an absolute URL. |
void |
setSecure(java.lang.Boolean wantSecure)
Affect the security mode of the transport protocol that the URL will designate. |
java.lang.String |
toString()
Generate an URL for this node. |
Method Detail |
---|
void setAuthenticated(java.lang.Boolean wantAuthenticated)
void setSecure(java.lang.Boolean wantSecure)
void setRelative(boolean relative)
java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |