yawda.view.portlet
Class CLoginPortlet

java.lang.Object
  extended byyawda.view.portlet.CLoginPortlet
All Implemented Interfaces:
IPortlet

public final class CLoginPortlet
extends Object
implements IPortlet

Author:
Quentin Anciaux

Field Summary
static String i18n_CONFIG
           
static String MAXI_LOGIN_BASIC_VIEW
           
static String MAXI_LOGIN_FORM_VIEW
           
static String MAXI_LOGOUT_VIEW
           
static String MINI_LOGIN_BASIC_VIEW
           
static String MINI_LOGIN_FORM_VIEW
           
static String MINI_LOGOUT_VIEW
           
static String NORMAL_LOGIN_BASIC_VIEW
           
static String NORMAL_LOGIN_FORM_VIEW
           
static String NORMAL_LOGOUT_VIEW
           
 
Fields inherited from interface yawda.view.portlet.IPortlet
MAXI, MINI, NORMAL
 
Constructor Summary
CLoginPortlet()
           
 
Method Summary
 void destroy()
           
 String executeAction(CEnv env, javax.servlet.http.HttpServletResponse response, CPortletConfig runtimeConfig)
           
 void init(CPortletConfig config)
           
 String render(CEnv env, String type, CPortletConfig runtimeConfi)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

i18n_CONFIG

public static final String i18n_CONFIG
See Also:
Constant Field Values

MINI_LOGIN_FORM_VIEW

public static final String MINI_LOGIN_FORM_VIEW
See Also:
Constant Field Values

NORMAL_LOGIN_FORM_VIEW

public static final String NORMAL_LOGIN_FORM_VIEW
See Also:
Constant Field Values

MAXI_LOGIN_FORM_VIEW

public static final String MAXI_LOGIN_FORM_VIEW
See Also:
Constant Field Values

MINI_LOGIN_BASIC_VIEW

public static final String MINI_LOGIN_BASIC_VIEW
See Also:
Constant Field Values

NORMAL_LOGIN_BASIC_VIEW

public static final String NORMAL_LOGIN_BASIC_VIEW
See Also:
Constant Field Values

MAXI_LOGIN_BASIC_VIEW

public static final String MAXI_LOGIN_BASIC_VIEW
See Also:
Constant Field Values

MINI_LOGOUT_VIEW

public static final String MINI_LOGOUT_VIEW
See Also:
Constant Field Values

NORMAL_LOGOUT_VIEW

public static final String NORMAL_LOGOUT_VIEW
See Also:
Constant Field Values

MAXI_LOGOUT_VIEW

public static final String MAXI_LOGOUT_VIEW
See Also:
Constant Field Values
Constructor Detail

CLoginPortlet

public CLoginPortlet()
Method Detail

init

public final void init(CPortletConfig config)
Specified by:
init in interface IPortlet

executeAction

public final String executeAction(CEnv env,
                                  javax.servlet.http.HttpServletResponse response,
                                  CPortletConfig runtimeConfig)
Specified by:
executeAction in interface IPortlet

render

public final String render(CEnv env,
                           String type,
                           CPortletConfig runtimeConfi)
Specified by:
render in interface IPortlet

destroy

public final void destroy()
Specified by:
destroy in interface IPortlet