com.liferay.util.bridges.wai
Class WAIPortlet
java.lang.Object
javax.portlet.GenericPortlet
com.liferay.util.bridges.wai.WAIPortlet
- All Implemented Interfaces:
- javax.portlet.Portlet, javax.portlet.PortletConfig
- public class WAIPortlet
- extends javax.portlet.GenericPortlet
View Source
- Author:
- Jorge Ferrer
Method Summary |
protected void |
forward(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String path)
|
void |
init(javax.portlet.PortletConfig portletConfig)
|
protected void |
invokeApplication(javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res)
|
void |
processAction(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res)
|
void |
render(javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res)
|
protected void |
renderNormalWindowState(javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res)
|
Methods inherited from class javax.portlet.GenericPortlet |
destroy, doDispatch, doEdit, doHelp, doView, getInitParameter, getInitParameterNames, getPortletConfig, getPortletContext, getPortletName, getResourceBundle, getTitle, init |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONNECTOR_IFRAME
public static final java.lang.String CONNECTOR_IFRAME
- See Also:
- Constant Field Values
CONNECTOR_INCLUDE
public static final java.lang.String CONNECTOR_INCLUDE
- See Also:
- Constant Field Values
WAIPortlet
public WAIPortlet()
init
public void init(javax.portlet.PortletConfig portletConfig)
throws javax.portlet.PortletException
- Throws:
javax.portlet.PortletException
processAction
public void processAction(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res)
throws java.io.IOException,
javax.portlet.PortletException
- Throws:
java.io.IOException
javax.portlet.PortletException
render
public void render(javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res)
throws java.io.IOException,
javax.portlet.PortletException
- Throws:
java.io.IOException
javax.portlet.PortletException
forward
protected void forward(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String path)
throws javax.portlet.PortletException
- Throws:
javax.portlet.PortletException
invokeApplication
protected void invokeApplication(javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res)
throws java.io.IOException,
javax.portlet.PortletException
- Throws:
java.io.IOException
javax.portlet.PortletException
renderNormalWindowState
protected void renderNormalWindowState(javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res)
throws java.io.IOException,
javax.portlet.PortletException
- Throws:
java.io.IOException
javax.portlet.PortletException