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 |
destroy, doDispatch, doEdit, doHeaders, doHelp, doView, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init, processEvent, serveResource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlloyPortlet
public AlloyPortlet()
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
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