| |
|
| java.lang.Object org.apache.jetspeed.request.JetspeedRequestContext
JetspeedRequestContext | public class JetspeedRequestContext implements RequestContext(Code) | | Jetspeed Request Context is associated with each portal request. The request
holds the contextual information shared amongst components in the portal,
accessed through a common valve pipeline.
author: David Sean Taylor version: $Id: JetspeedRequestContext.java,v 1.19 2004/05/25 01:37:12 taylor version: Exp $ |
getActionWindow | public PortletWindow getActionWindow()(Code) | | Get the target Portlet Action Window
PortletWindow The target portlet window |
getCharacterEncoding | public String getCharacterEncoding()(Code) | | get the character encoding
|
getMediaType | public String getMediaType()(Code) | | get the Media Type
|
getMimeType | public String getMimeType()(Code) | | get the mimeType for the request
|
getPipeline | public Pipeline getPipeline()(Code) | | Get the current executing pipeline
Pipeline |
getPortletDefinition | public PortletDefinition getPortletDefinition()(Code) | | |
getProfileLocators | public Map getProfileLocators()(Code) | | |
popActionFailure | public Throwable popActionFailure(PortletWindow window)(Code) | | |
setActionFailure | public void setActionFailure(PortletWindow window, Throwable actionFailure)(Code) | | |
setActionWindow | public void setActionWindow(PortletWindow portletWindow)(Code) | | Sets the target Portlet Action Window
Parameters: window - |
setCapabilityMap | public void setCapabilityMap(CapabilityMap map)(Code) | | Set the capabilityMap. Used by the CapabilityValve
Parameters: capabilityMap - |
setCharacterEncoding | public void setCharacterEncoding(String enc)(Code) | | set character encoding
Parameters: enc - |
setMediaType | public void setMediaType(String mediaType)(Code) | | Set the mediaType. Used by the CapabilityValve
Parameters: mediaType - |
setMimeType | public void setMimeType(String mimeType)(Code) | | Set the Mimetype. Used by the CapabilityValve
Parameters: mimeType - |
setPipeline | public void setPipeline(Pipeline pipeline)(Code) | | Set the current pipeline
Parameters: pipeline - |
setPortletDefinition | public void setPortletDefinition(PortletDefinition portletDefinition)(Code) | | |
setProfileLocators | public void setProfileLocators(Map locators)(Code) | | |
|
|
|