public abstract class PortletContextWrapper extends Object implements javax.portlet.PortletContext, javax.faces.FacesWrapper<javax.portlet.PortletContext>
| Constructor and Description |
|---|
PortletContextWrapper() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String name) |
Enumeration<String> |
getAttributeNames() |
Enumeration<String> |
getContainerRuntimeOptions() |
String |
getInitParameter(String name) |
Enumeration<String> |
getInitParameterNames() |
int |
getMajorVersion() |
String |
getMimeType(String file) |
int |
getMinorVersion() |
javax.portlet.PortletRequestDispatcher |
getNamedDispatcher(String name) |
String |
getPortletContextName() |
String |
getRealPath(String path) |
javax.portlet.PortletRequestDispatcher |
getRequestDispatcher(String path) |
URL |
getResource(String path) |
InputStream |
getResourceAsStream(String path) |
Set<String> |
getResourcePaths(String path) |
String |
getServerInfo() |
abstract javax.portlet.PortletContext |
getWrapped() |
void |
log(String msg) |
void |
log(String message,
Throwable throwable) |
void |
removeAttribute(String name) |
void |
setAttribute(String name,
Object object) |
public abstract javax.portlet.PortletContext getWrapped()
getWrapped in interface javax.faces.FacesWrapper<javax.portlet.PortletContext>public Object getAttribute(String name)
getAttribute in interface javax.portlet.PortletContextpublic Enumeration<String> getAttributeNames()
getAttributeNames in interface javax.portlet.PortletContextpublic Enumeration<String> getContainerRuntimeOptions()
getContainerRuntimeOptions in interface javax.portlet.PortletContextpublic String getInitParameter(String name)
getInitParameter in interface javax.portlet.PortletContextpublic Enumeration<String> getInitParameterNames()
getInitParameterNames in interface javax.portlet.PortletContextpublic int getMajorVersion()
getMajorVersion in interface javax.portlet.PortletContextpublic String getMimeType(String file)
getMimeType in interface javax.portlet.PortletContextpublic int getMinorVersion()
getMinorVersion in interface javax.portlet.PortletContextpublic javax.portlet.PortletRequestDispatcher getNamedDispatcher(String name)
getNamedDispatcher in interface javax.portlet.PortletContextpublic String getPortletContextName()
getPortletContextName in interface javax.portlet.PortletContextpublic String getRealPath(String path)
getRealPath in interface javax.portlet.PortletContextpublic javax.portlet.PortletRequestDispatcher getRequestDispatcher(String path)
getRequestDispatcher in interface javax.portlet.PortletContextpublic URL getResource(String path) throws MalformedURLException
getResource in interface javax.portlet.PortletContextMalformedURLExceptionpublic InputStream getResourceAsStream(String path)
getResourceAsStream in interface javax.portlet.PortletContextpublic Set<String> getResourcePaths(String path)
getResourcePaths in interface javax.portlet.PortletContextpublic String getServerInfo()
getServerInfo in interface javax.portlet.PortletContextpublic void log(String msg)
log in interface javax.portlet.PortletContextpublic void log(String message, Throwable throwable)
log in interface javax.portlet.PortletContextpublic void removeAttribute(String name)
removeAttribute in interface javax.portlet.PortletContextCopyright © 2016 Liferay, Inc.. All rights reserved.