Class PortletContextImpl
java.lang.Object
org.gatein.pc.portlet.impl.jsr168.api.PortletContextImpl
- All Implemented Interfaces:
javax.portlet.PortletContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintjavax.portlet.PortletRequestDispatchergetNamedDispatcher(String name) javax.portlet.PortletRequestDispatchergetRequestDispatcher(String path) voidvoidvoidvoidsetAttribute(String s, Object o)
-
Constructor Details
-
PortletContextImpl
public PortletContextImpl(jakarta.servlet.ServletContext servletContext)
-
-
Method Details
-
getServerInfo
- Specified by:
getServerInfoin interfacejavax.portlet.PortletContext
-
getRequestDispatcher
- Specified by:
getRequestDispatcherin interfacejavax.portlet.PortletContext
-
getNamedDispatcher
- Specified by:
getNamedDispatcherin interfacejavax.portlet.PortletContext
-
getResourceAsStream
- Specified by:
getResourceAsStreamin interfacejavax.portlet.PortletContext
-
getMajorVersion
public int getMajorVersion()- Specified by:
getMajorVersionin interfacejavax.portlet.PortletContext
-
getMinorVersion
public int getMinorVersion()- Specified by:
getMinorVersionin interfacejavax.portlet.PortletContext
-
getMimeType
- Specified by:
getMimeTypein interfacejavax.portlet.PortletContext
-
getRealPath
- Specified by:
getRealPathin interfacejavax.portlet.PortletContext
-
getResourcePaths
- Specified by:
getResourcePathsin interfacejavax.portlet.PortletContext
-
getResource
- Specified by:
getResourcein interfacejavax.portlet.PortletContext- Throws:
MalformedURLException
-
getAttribute
- Specified by:
getAttributein interfacejavax.portlet.PortletContext
-
getAttributeNames
- Specified by:
getAttributeNamesin interfacejavax.portlet.PortletContext
-
getInitParameter
- Specified by:
getInitParameterin interfacejavax.portlet.PortletContext
-
getInitParameterNames
- Specified by:
getInitParameterNamesin interfacejavax.portlet.PortletContext
-
log
- Specified by:
login interfacejavax.portlet.PortletContext
-
log
- Specified by:
login interfacejavax.portlet.PortletContext
-
removeAttribute
- Specified by:
removeAttributein interfacejavax.portlet.PortletContext
-
setAttribute
- Specified by:
setAttributein interfacejavax.portlet.PortletContext
-
getPortletContextName
- Specified by:
getPortletContextNamein interfacejavax.portlet.PortletContext
-
getContainerRuntimeOptions
- Specified by:
getContainerRuntimeOptionsin interfacejavax.portlet.PortletContext
-