public class LoginPortlet
extends javax.portlet.GenericPortlet
| Modifier and Type | Field and Description |
|---|---|
static String |
GATEWAY_NAME |
| Constructor and Description |
|---|
LoginPortlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
doView(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response) |
void |
init() |
void |
processAction(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response) |
destroy, doDispatch, doEdit, doHeaders, doHelp, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init, processEvent, render, serveResourcepublic static final String GATEWAY_NAME
public void init()
throws javax.portlet.PortletException
init in class javax.portlet.GenericPortletjavax.portlet.PortletExceptionpublic void doView(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws javax.portlet.PortletException,
IOException
doView in class javax.portlet.GenericPortletjavax.portlet.PortletExceptionIOExceptionpublic void processAction(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
throws javax.portlet.PortletException,
IOException
processAction in interface javax.portlet.PortletprocessAction in class javax.portlet.GenericPortletjavax.portlet.PortletExceptionIOExceptionCopyright © 2015. All Rights Reserved.