| java.lang.Object org.apache.pluto.driver.url.impl.RelativePortalURLImpl
RelativePortalURLImpl | public class RelativePortalURLImpl implements PortalURL(Code) | | The portal URL.
since: 1.0 |
RelativePortalURLImpl | public RelativePortalURLImpl(String contextPath, String servletName)(Code) | | Constructs a PortalURLImpl instance using customized port.
Parameters: contextPath - the servlet context path. Parameters: servletName - the servlet name. |
clearParameters | public void clearParameters(String windowId)(Code) | | Clear parameters of the specified window.
Parameters: windowId - the window ID. |
clone | public Object clone()(Code) | | Clone a copy of itself.
a copy of itself. |
getPortletModes | public Map getPortletModes()(Code) | | |
getServerURI | public String getServerURI()(Code) | | Returns the server URI (protocol, name, port).
the server URI portion of the portal URL. |
getServletPath | public String getServletPath()(Code) | | Returns the servlet path (context path + servlet name).
the servlet path. |
getWindowState | public WindowState getWindowState(String windowId)(Code) | | Returns the window state of the specified window.
Parameters: windowId - the window ID. the window state. Default to NORMAL. |
getWindowStates | public Map getWindowStates()(Code) | | |
setActionWindow | public void setActionWindow(String actionWindow)(Code) | | |
setRenderPath | public void setRenderPath(String renderPath)(Code) | | |
setWindowState | public void setWindowState(String windowId, WindowState windowState)(Code) | | Sets the window state of the specified window.
Parameters: windowId - the window ID. Parameters: windowState - the window state. |
|
|