| java.lang.Object org.apache.pluto.driver.url.impl.PortalURLImpl
PortalURLImpl | public PortalURLImpl(String protocol, String hostName, String contextPath, String servletName, PortalURLParser urlParser)(Code) | | Constructs a PortalURLImpl instance using default port.
Parameters: protocol - the protocol. Parameters: hostName - the host name. Parameters: contextPath - the servlet context path. Parameters: servletName - the servlet name. |
PortalURLImpl | public PortalURLImpl(String protocol, String hostName, int port, String contextPath, String servletName, PortalURLParser urlParser)(Code) | | Constructs a PortalURLImpl instance using customized port.
Parameters: protocol - the protocol. Parameters: hostName - the host name. Parameters: port - the port number: 0 or negative means using default 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. |
|
|