Liferay 6.0.5

com.liferay.util.bridges.alloy
Class AlloyPortlet

java.lang.Object
  extended by javax.portlet.GenericPortlet
      extended by com.liferay.util.bridges.alloy.AlloyPortlet
All Implemented Interfaces:
EventPortlet, Portlet, PortletConfig, ResourceServingPortlet

public class AlloyPortlet
extends GenericPortlet


Constructor Summary
AlloyPortlet()
           
 
Method Summary
protected  Map<String,String> getDefaultRouteParameters()
           
protected  String getPath(PortletRequest portletRequest)
           
protected  void include(String path, PortletRequest portletRequest, PortletResponse portletResponse)
           
 void init(PortletConfig portletConfig)
           
 void processAction(ActionRequest actionRequest, ActionResponse actionResponse)
           
 void render(RenderRequest renderRequest, RenderResponse renderResponse)
           
 
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
 

Constructor Detail

AlloyPortlet

public AlloyPortlet()
Method Detail

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

Liferay 6.0.5