| |
|
| java.lang.Object org.apache.pluto.internal.impl.PortletContextImpl
PortletContextImpl | public class PortletContextImpl implements PortletContext,InternalPortletContext(Code) | | Pluto's Portlet Context Implementation. This class implements the
InternalPortletContext which provides container specific
information needed for processing.
version: 1.1 |
PortletContextImpl | public PortletContextImpl(String portletApplicationId, ServletContext servletContext, PortletAppDD portletAppDD)(Code) | | Constructs an instance.
Parameters: servletContext - the servlet context in which we are contained. Parameters: portletAppDD - the portlet application descriptor. Parameters: portletApplicationId - applicationId |
getContextClassLoader | public ClassLoader getContextClassLoader()(Code) | | ClassLoader associated with this context.
|
getMajorVersion | public int getMajorVersion()(Code) | | |
getMinorVersion | public int getMinorVersion()(Code) | | |
getPortletApplicationDefinition | public PortletAppDD getPortletApplicationDefinition()(Code) | | |
getPortletContextName | public String getPortletContextName()(Code) | | |
setContextClassLoader | public void setContextClassLoader(ClassLoader contextClassLoader)(Code) | | ClassLoader associated with this context.
Parameters: contextClassLoader - |
|
|
|