org.juzu.portlet
Class JuzuPortlet
java.lang.Object
org.juzu.portlet.JuzuPortlet
- All Implemented Interfaces:
- javax.portlet.Portlet, javax.portlet.ResourceServingPortlet
public class JuzuPortlet
- extends Object
- implements javax.portlet.Portlet, javax.portlet.ResourceServingPortlet
- Author:
- Julien Viet
|
Method Summary |
void |
destroy()
|
void |
init(javax.portlet.PortletConfig config)
|
void |
processAction(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
|
void |
render(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
|
void |
serveResource(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response)
|
JuzuPortlet
public JuzuPortlet()
init
public void init(javax.portlet.PortletConfig config)
throws javax.portlet.PortletException
- Specified by:
init in interface javax.portlet.Portlet
- Throws:
javax.portlet.PortletException
processAction
public void processAction(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
throws javax.portlet.PortletException,
IOException
- Specified by:
processAction in interface javax.portlet.Portlet
- Throws:
javax.portlet.PortletException
IOException
render
public void render(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws javax.portlet.PortletException,
IOException
- Specified by:
render in interface javax.portlet.Portlet
- Throws:
javax.portlet.PortletException
IOException
serveResource
public void serveResource(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response)
throws javax.portlet.PortletException,
IOException
- Specified by:
serveResource in interface javax.portlet.ResourceServingPortlet
- Throws:
javax.portlet.PortletException
IOException
destroy
public void destroy()
- Specified by:
destroy in interface javax.portlet.Portlet
Copyright © 2011 eXo Platform SAS. All Rights Reserved.