We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.terminal.gwt.server.
Class ApplicationPortlet
java.lang.Object
com.vaadin.terminal.gwt.server.ApplicationPortlet
All Implemented Interfaces:
Serializable, javax.portlet.Portlet
- extends Object
- implements javax.portlet.Portlet, Serializable
public class ApplicationPortlet
Portlet main class for Portlet 1.0 (JSR-168) portlets which consist of a
portlet and a servlet. For Portlet 2.0 (JSR-286, no servlet required), use
ApplicationPortlet2
instead.
See Also:
Field Summary | |
---|---|
protected String |
app
|
protected String |
portletWidgetset
|
protected String |
style
|
Constructor Summary | |
---|---|
ApplicationPortlet()
|
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 |
Field Detail |
---|
app
protected String app
style
protected String style
portletWidgetset
protected String portletWidgetset
Constructor Detail |
---|
ApplicationPortlet
public ApplicationPortlet()
Method Detail |
---|
destroy
public void destroy()
- Specified by:
destroy
in interfacejavax.portlet.Portlet
init
public void init(javax.portlet.PortletConfig config)
throws javax.portlet.PortletException
- Specified by:
init
in interfacejavax.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 interfacejavax.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 interfacejavax.portlet.Portlet
- Throws:
javax.portlet.PortletException
IOException
writeAjaxWindow
protected void writeAjaxWindow(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws IOException
- Throws:
IOException