|
Class Summary |
| AbstractPortalURL |
AbstractPortalURL delivers the base implemention for parsing Jetspeed Portal URLs and creating new Portlet URLs. |
| BasePortalURLImpl |
BasePortalURL defines the interface for manipulating Base URLs in a portal. |
| CleanPathInfoEncodedNavStateFromPortalURLValve |
This Valve will clean encoded navstate from the browser url by sending a client side redirect
to the same url with the navstate removed. |
| 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. |
| JetspeedPortletURL |
Jetspeed extension of the Pluto PortalURLImpl providing support for session url rewriting
when cookies are disabled. |
| PathInfoEncodingPortalURL |
PathInfoEncodingPortalURL encodes the NavigationalState as PathInfo element
* |
| PortalURLValveImpl |
Creates the PortalURL for the current Request |
| PortletURLFactoryImpl |
Jetspeed implementation of the Pluto PortalURLFactory |
| QueryStringEncodingPortalURL |
QueryStringEncodingPortalURL encodes the NavigationalState as query parameter
* |