com.itmill.toolkit.terminal.gwt.server
Class ApplicationPortlet
java.lang.Object
com.itmill.toolkit.terminal.gwt.server.ApplicationPortlet
- All Implemented Interfaces:
- javax.portlet.Portlet
public class ApplicationPortlet
- extends Object
- implements javax.portlet.Portlet
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)
|
protected void |
writeAjaxWindow(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
app
protected String app
style
protected String style
widgetset
protected String widgetset
ApplicationPortlet
public ApplicationPortlet()
destroy
public void destroy()
- Specified by:
destroy
in interface javax.portlet.Portlet
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
writeAjaxWindow
protected void writeAjaxWindow(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws IOException
- Throws:
IOException
Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.