| |
|
| java.lang.Object org.apache.jetspeed.container.JetspeedPortletContext
JetspeedPortletContext | public class JetspeedPortletContext implements PortletContext,InternalPortletContext(Code) | | Implements the Portlet API Portlet Context class
TODO: on LOCAL apps, we need to merge in web.xml props. See PLT 10.3
author: David Sean Taylor version: $Id: JetspeedPortletContext.java 516448 2007-03-09 16:25:47Z ate $ |
LOCAL_PA_ROOT | final public static String LOCAL_PA_ROOT(Code) | | The path to the Local Portlet Apps directory
|
JetspeedPortletContext | public JetspeedPortletContext(ServletContext servletContext, PortletApplicationDefinition application)(Code) | | |
getMajorVersion | public int getMajorVersion()(Code) | | |
getMinorVersion | public int getMinorVersion()(Code) | | |
getNamedDispatcher | public PortletRequestDispatcher getNamedDispatcher(String name)(Code) | | |
getPortletContextName | public String getPortletContextName()(Code) | | |
getRequestDispatcher | public javax.portlet.PortletRequestDispatcher getRequestDispatcher(String path)(Code) | | |
|
|
|