public class LoginPortlet
extends javax.portlet.GenericPortlet
Modifier and Type | Field and Description |
---|---|
protected String |
editJSP |
static String |
GATEWAY_NAME |
protected String |
helpJSP |
static int |
LIFERAY_COMMUNITY_ID |
protected String |
viewJSP |
Constructor and Description |
---|
LoginPortlet() |
Modifier and Type | Method and Description |
---|---|
void |
doDispatch(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse) |
void |
doEdit(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse) |
void |
doHelp(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse) |
void |
doView(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse) |
protected void |
include(String path,
javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse) |
void |
init() |
void |
processAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
destroy, doHeaders, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init, processEvent, render, serveResource
public static final String GATEWAY_NAME
public static final int LIFERAY_COMMUNITY_ID
protected String editJSP
protected String helpJSP
protected String viewJSP
public void init() throws javax.portlet.PortletException
init
in class javax.portlet.GenericPortlet
javax.portlet.PortletException
public void doDispatch(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse) throws IOException, javax.portlet.PortletException
doDispatch
in class javax.portlet.GenericPortlet
IOException
javax.portlet.PortletException
public void doEdit(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse) throws IOException, javax.portlet.PortletException
doEdit
in class javax.portlet.GenericPortlet
IOException
javax.portlet.PortletException
public void doHelp(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse) throws IOException, javax.portlet.PortletException
doHelp
in class javax.portlet.GenericPortlet
IOException
javax.portlet.PortletException
public void doView(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse) throws IOException, javax.portlet.PortletException
doView
in class javax.portlet.GenericPortlet
IOException
javax.portlet.PortletException
public void processAction(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse) throws IOException, javax.portlet.PortletException
processAction
in interface javax.portlet.Portlet
processAction
in class javax.portlet.GenericPortlet
IOException
javax.portlet.PortletException
protected void include(String path, javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse) throws IOException, javax.portlet.PortletException
IOException
javax.portlet.PortletException
Copyright © 2014. All Rights Reserved.