|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PortalURL in org.apache.jetspeed.container.state |
---|
Methods in org.apache.jetspeed.container.state that return PortalURL | |
---|---|
PortalURL |
NavigationalStateComponent.createDesktopURL(javax.servlet.http.HttpServletRequest request,
java.lang.String characterEncoding)
Creates a Desktop Portal URL representing the URL of the request. |
PortalURL |
NavigationalStateComponent.createURL(javax.servlet.http.HttpServletRequest request,
java.lang.String characterEncoding)
Creates a Portal URL representing the URL of the request. |
Uses of PortalURL in org.apache.jetspeed.container.state.impl |
---|
Methods in org.apache.jetspeed.container.state.impl that return PortalURL | |
---|---|
PortalURL |
JetspeedNavigationalStateComponent.createDesktopURL(javax.servlet.http.HttpServletRequest request,
java.lang.String characterEncoding)
|
PortalURL |
JetspeedNavigationalStateComponent.createURL(javax.servlet.http.HttpServletRequest request,
java.lang.String characterEncoding)
createURL |
Uses of PortalURL in org.apache.jetspeed.container.url.impl |
---|
Classes in org.apache.jetspeed.container.url.impl that implement PortalURL | |
---|---|
class |
AbstractPortalURL
AbstractPortalURL delivers the base implemention for parsing Jetspeed Portal URLs and creating new Portlet URLs. |
class |
DesktopEncodingPortalURL
DesktopEncodingPortalURL encodes action URLs to target desktop specific /action pipeline, and render URLs to target desktop specific /render pipeline The query parameters "entity" and "portlet" are added to each url. |
class |
PathInfoEncodingPortalURL
PathInfoEncodingPortalURL encodes the NavigationalState as PathInfo element * |
class |
QueryStringEncodingPortalURL
QueryStringEncodingPortalURL encodes the NavigationalState as query parameter * |
Uses of PortalURL in org.apache.jetspeed.mockobjects.request |
---|
Methods in org.apache.jetspeed.mockobjects.request that return PortalURL | |
---|---|
PortalURL |
MockRequestContext.getPortalURL()
|
Methods in org.apache.jetspeed.mockobjects.request with parameters of type PortalURL | |
---|---|
void |
MockRequestContext.setPortalURL(PortalURL url)
|
Uses of PortalURL in org.apache.jetspeed.request |
---|
Methods in org.apache.jetspeed.request that return PortalURL | |
---|---|
PortalURL |
JetspeedRequestContext.getPortalURL()
|
PortalURL |
RequestContext.getPortalURL()
Gets the Portal URL for the current request. |
Methods in org.apache.jetspeed.request with parameters of type PortalURL | |
---|---|
void |
JetspeedRequestContext.setPortalURL(PortalURL url)
|
void |
RequestContext.setPortalURL(PortalURL portalUrl)
Sets the Portal URL for the current request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |