com.liferay.util.bridges.alloy
Class AlloyPortlet
java.lang.Object
javax.portlet.GenericPortlet
com.liferay.util.bridges.alloy.AlloyPortlet
- All Implemented Interfaces:
- EventPortlet, Portlet, PortletConfig, ResourceServingPortlet
public class AlloyPortlet
- extends GenericPortlet
Methods inherited from class javax.portlet.GenericPortlet |
doDispatch, doEdit, doHeaders, doHelp, doView, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init, processEvent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlloyPortlet
public AlloyPortlet()
destroy
public void destroy()
- Specified by:
destroy
in interface Portlet
- Overrides:
destroy
in class GenericPortlet
init
public void init(PortletConfig portletConfig)
throws PortletException
- Specified by:
init
in interface Portlet
- Overrides:
init
in class GenericPortlet
- Throws:
PortletException
processAction
public void processAction(ActionRequest actionRequest,
ActionResponse actionResponse)
throws IOException,
PortletException
- Specified by:
processAction
in interface Portlet
- Overrides:
processAction
in class GenericPortlet
- Throws:
IOException
PortletException
render
public void render(RenderRequest renderRequest,
RenderResponse renderResponse)
throws IOException,
PortletException
- Specified by:
render
in interface Portlet
- Overrides:
render
in class GenericPortlet
- Throws:
IOException
PortletException
serveResource
public void serveResource(ResourceRequest resourceRequest,
ResourceResponse resourceResponse)
throws IOException,
PortletException
- Specified by:
serveResource
in interface ResourceServingPortlet
- Overrides:
serveResource
in class GenericPortlet
- Throws:
IOException
PortletException
getDefaultRouteParameters
protected Map<String,String> getDefaultRouteParameters()
getPath
protected String getPath(PortletRequest portletRequest)
include
protected void include(String path,
PortletRequest portletRequest,
PortletResponse portletResponse)
throws IOException,
PortletException
- Throws:
IOException
PortletException
registerAlloyController
protected void registerAlloyController(AlloyController alloyController)