juzu.bridge.portlet
Class JuzuPortlet
java.lang.Object
juzu.bridge.portlet.JuzuPortlet
- All Implemented Interfaces:
- EventPortlet, Portlet, ResourceServingPortlet
public class JuzuPortlet
- extends Object
- implements Portlet, ResourceServingPortlet, EventPortlet
- Author:
- Julien Viet
PORTLET_MODE
public static final PropertyType<PortletMode> PORTLET_MODE
- .
WINDOW_STATE
public static final PropertyType<WindowState> 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 req,
ActionResponse resp)
throws PortletException,
IOException
- Specified by:
processAction
in interface Portlet
- Throws:
PortletException
IOException
processEvent
public void processEvent(EventRequest request,
EventResponse response)
throws PortletException,
IOException
- Specified by:
processEvent
in interface EventPortlet
- Throws:
PortletException
IOException
render
public void render(RenderRequest req,
RenderResponse resp)
throws PortletException,
IOException
- Specified by:
render
in interface Portlet
- Throws:
PortletException
IOException
serveResource
public void serveResource(ResourceRequest req,
ResourceResponse resp)
throws PortletException,
IOException
- Specified by:
serveResource
in interface ResourceServingPortlet
- Throws:
PortletException
IOException
destroy
public void destroy()
- Specified by:
destroy
in interface Portlet
Copyright © 2013 eXo Platform SAS. All Rights Reserved.