|
|||||||||
| 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 URLContext |
urlContext
. |
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
protected URLContext urlContext
| 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 PortalNodeURLname - the parameter namevalue - the parameter value
public void setParameter(java.lang.String name,
java.lang.String[] values)
PortalNodeURL
setParameter in interface PortalNodeURLname - the parameter namevalues - the parameter valuespublic void setAuthenticated(java.lang.Boolean authenticated)
PortalURL
setAuthenticated in interface PortalURLpublic void setSecure(java.lang.Boolean secure)
PortalURL
setSecure in interface PortalURLpublic void setRelative(boolean relative)
PortalURL
setRelative in interface PortalURLprotected URLContext getURLContext()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||