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