| java.lang.Object com.caucho.portal.generic.InvocationURL
InvocationURL | abstract public class InvocationURL (Code) | | |
Method Summary | |
protected Invocation | getInvocation() | protected Invocation | getInvocation(String namespace) | public String | getNamespace() | protected Enumeration | getParameterNames(Map<String, String[]> map) | protected String | getParameterValue(Map<String, String[]> map, String name) | protected String[] | getParameterValues(Map<String, String[]> map, String name) | protected Map<String, String[]> | getRenderParameterMap() | protected Map<String, String[]> | getRenderParameterMap(String namespace) | abstract public String | getURL() Return a partially formed URL, it is then resolved to a full URL by the
Portal. | protected boolean | isSecure() | protected boolean | isSecureSpecified() | protected void | setParameter(Map<String, String[]> map, String name, String value) | protected void | setParameter(Map<String, String[]> map, String name, String[] values) | public void | setParameter(String name, String value) | public void | setParameter(String name, String[] values) | public void | setParameter(String namespace, String name, String value) | public void | setParameter(String namespace, String name, String[] values) | protected void | setParameters(Map<String, String[]> destMap, Map<String, String[]> srcMap) | public void | setParameters(Map<String, String[]> parameters) | public void | setParameters(String namespace, Map<String, String[]> parameters) | protected void | setPortletMode(Invocation invocation, PortletMode portletMode) | public void | setPortletMode(PortletMode portletMode) | public void | setPortletMode(String namespace, PortletMode portletMode) | public void | setSecure(boolean secure) | protected void | setWindowState(Invocation invocation, WindowState windowState) | public void | setWindowState(WindowState windowState) | public void | setWindowState(String namespace, WindowState windowState) |
InvocationURL | public InvocationURL(InvocationFactory invocationFactory, String namespace)(Code) | | Parameters: invocationFactory - the InvocationFactory Parameters: namespace - the namespace that is the default target for settingparameters, portlet mode, and window state |
getURL | abstract public String getURL()(Code) | | Return a partially formed URL, it is then resolved to a full URL by the
Portal.
|
isSecure | protected boolean isSecure()(Code) | | |
isSecureSpecified | protected boolean isSecureSpecified()(Code) | | True if setSecure() was called for this url, even if it was
called with setSecure(false)
|
setPortletMode | protected void setPortletMode(Invocation invocation, PortletMode portletMode) throws PortletModeException(Code) | | |
setPortletMode | public void setPortletMode(PortletMode portletMode) throws PortletModeException(Code) | | |
setPortletMode | public void setPortletMode(String namespace, PortletMode portletMode) throws PortletModeException(Code) | | |
setSecure | public void setSecure(boolean secure) throws PortletSecurityException(Code) | | |
setWindowState | protected void setWindowState(Invocation invocation, WindowState windowState) throws WindowStateException(Code) | | |
setWindowState | public void setWindowState(WindowState windowState) throws WindowStateException(Code) | | |
setWindowState | public void setWindowState(String namespace, WindowState windowState) throws WindowStateException(Code) | | |
|
|