|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.core.impl.api.node.AbstractPortalNodeURL
public class AbstractPortalNodeURL
Field Summary | |
---|---|
protected ControllerContext |
controllerContext
. |
protected PortalObjectId |
id
. |
protected PortletParametersStateString |
parameters
. |
protected boolean |
relative
. |
protected java.lang.Boolean |
wantAuthenticated
. |
protected java.lang.Boolean |
wantSecure
. |
Constructor Summary | |
---|---|
AbstractPortalNodeURL(PortalObjectId id,
ControllerContext controllerContext)
|
Method Summary | |
---|---|
protected URLContext |
getURLContext()
|
void |
setAuthenticated(java.lang.Boolean authenticated)
Affect the authentication mode of the transport protocol that the URL will designate. |
void |
setParameter(java.lang.String name,
java.lang.String value)
Set a parameter on the URL. |
void |
setParameter(java.lang.String name,
java.lang.String[] values)
Set a parameter on the URL. |
void |
setRelative(boolean relative)
Affet the URL generation by creating either a relative or an absolute URL. |
void |
setSecure(java.lang.Boolean secure)
Affect the security mode of the transport protocol that the URL will designate. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jboss.portal.api.PortalURL |
---|
toString |
Field Detail |
---|
protected PortalObjectId id
protected ControllerContext controllerContext
protected PortletParametersStateString parameters
protected java.lang.Boolean wantSecure
protected java.lang.Boolean wantAuthenticated
protected boolean relative
Constructor Detail |
---|
public AbstractPortalNodeURL(PortalObjectId id, ControllerContext controllerContext)
Method Detail |
---|
public void setParameter(java.lang.String name, java.lang.String value)
PortalNodeURL
setParameter
in interface PortalNodeURL
name
- the parameter namevalue
- the parameter valuepublic void setParameter(java.lang.String name, java.lang.String[] values)
PortalNodeURL
setParameter
in interface PortalNodeURL
name
- the parameter namevalues
- the parameter valuespublic void setAuthenticated(java.lang.Boolean authenticated)
PortalURL
setAuthenticated
in interface PortalURL
public void setSecure(java.lang.Boolean secure)
PortalURL
setSecure
in interface PortalURL
public void setRelative(boolean relative)
PortalURL
setRelative
in interface PortalURL
protected URLContext getURLContext()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |