|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortletContainerException | |
---|---|
org.apache.pluto | The root package of the Pluto Portlet Container. |
org.apache.pluto.core | |
org.apache.pluto.internal | |
org.apache.pluto.spi.optional |
Uses of PortletContainerException in org.apache.pluto |
---|
Methods in org.apache.pluto that throw PortletContainerException | |
---|---|
PortletContainer |
PortletContainerFactory.createContainer(java.lang.String containerName,
RequiredContainerServices requiredServices)
Create a container with the given containerName, initialized from the given servlet config, and using the given container services. |
void |
PortletContainer.destroy()
Shuts down the container. |
void |
PortletContainer.doAction(PortletWindow internalPortletWindow,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Indicates that a portlet action occured in the current request and calls the processAction method of this portlet. |
void |
PortletContainer.doAdmin(PortletWindow portletWindow,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
Indicates that the portal needs to perform administrative actions upon the portlet and/or portlet application. |
void |
PortletContainer.doLoad(PortletWindow internalPortletWindow,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
Indicates that the portlet must be initialized |
void |
PortletContainer.doRender(PortletWindow internalPortletWindow,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Calls the render method of the given portlet window. |
void |
PortletContainer.doServeResource(PortletWindow internalPortletWindow,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Indicates that a portlet resource Serving occured in the current request and calls the processServeResource method of this portlet. |
PortletAppDD |
PortletContainer.getPortletApplicationDescriptor(java.lang.String context)
Retrieve the PortletAppDD for the portlet
located at the supplied context. |
void |
PortletContainer.init(javax.servlet.ServletContext servletContext)
Initializes the container for use within the given servlet context. |
Uses of PortletContainerException in org.apache.pluto.core |
---|
Methods in org.apache.pluto.core that throw PortletContainerException | |
---|---|
void |
PortletContainerImpl.doAction(PortletWindow portletWindow,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process action for the portlet associated with the given portlet window. |
void |
PortletContainerImpl.doAdmin(PortletWindow portletWindow,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
|
void |
PortletContainerImpl.doLoad(PortletWindow portletWindow,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Loads the portlet associated with the specified portlet window. |
void |
PortletContainerImpl.doRender(PortletWindow portletWindow,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Renders the portlet associated with the specified portlet window. |
void |
PortletContainerImpl.doServeResource(PortletWindow portletWindow,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Indicates that a portlet resource Serving occured in the current request and calls the processServeResource method of this portlet. |
PortletAppDD |
PortletContainerImpl.getPortletApplicationDescriptor(java.lang.String context)
|
PortletAppDD |
PortletContextManager.getPortletApplicationDescriptor(java.lang.String applicationId)
|
PortletContext |
PortletContextManager.getPortletContext(java.lang.String applicationId)
|
InternalPortletPreference[] |
DefaultPortletPreferencesService.getStoredPreferences(PortletWindow portletWindow,
PortletRequest request)
Returns the stored portlet preferences array. |
java.util.Map |
DefaultUserInfoService.getUserInfo(PortletRequest request)
|
java.util.Map |
DefaultUserInfoService.getUserInfo(PortletRequest request,
PortletWindow window)
|
void |
PortletContainerImpl.init(javax.servlet.ServletContext servletContext)
Initialize the container for use within the given configuration scope. |
java.lang.String |
PortletContextManager.register(javax.servlet.ServletConfig config)
Retrieves the PortletContext associated with the given ServletContext. |
InternalPortletContext |
PortletContextManager.register(javax.servlet.ServletContext servletContext)
Deprecated. Use PortletContextManager.register(ServletConfig) |
void |
DefaultPortletPreferencesService.store(PortletWindow portletWindow,
PortletRequest request,
InternalPortletPreference[] preferences)
Stores the portlet preferences to the in-memory storage. |
Uses of PortletContainerException in org.apache.pluto.internal |
---|
Methods in org.apache.pluto.internal that throw PortletContainerException | |
---|---|
PortletAppDD |
PortletDescriptorRegistry.getPortletAppDD(javax.servlet.ServletContext servletContext)
Retrieve the Portlet Application Deployment Descriptor for the given servlet context. |
Uses of PortletContainerException in org.apache.pluto.spi.optional |
---|
Methods in org.apache.pluto.spi.optional that throw PortletContainerException | |
---|---|
PortletAppDD |
PortletRegistryService.getPortletApplicationDescriptor(java.lang.String name)
Retrieve the portlet descriptor for the specified portlet application. |
PortletConfig |
PortletRegistryService.getPortletConfig(java.lang.String applicationId,
java.lang.String portletName)
Retrieve the portlet configuration for the specified portlet |
PortletContext |
PortletRegistryService.getPortletContext(java.lang.String applicationId)
Retrieve the PortletContext for the specified applicationId |
PortletDD |
PortletRegistryService.getPortletDescriptor(java.lang.String applicationId,
java.lang.String portletName)
Retreive the portlet descriptor for the given portlet. |
InternalPortletPreference[] |
PortletPreferencesService.getStoredPreferences(PortletWindow portletWindow,
PortletRequest request)
Returns the stored portlet preferences. |
java.util.Map |
UserInfoService.getUserInfo(PortletRequest request)
Deprecated. use UserInfoService.getUserInfo(PortletRequest, PortletWindow) |
java.util.Map |
UserInfoService.getUserInfo(PortletRequest request,
PortletWindow window)
Retrieve the user attribues associated with the given request and window. |
void |
PortletPreferencesService.store(PortletWindow portletWindow,
PortletRequest request,
InternalPortletPreference[] preferences)
Stores the portlet references to the persistent storage. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |