PageMixer demonstration with Servlet

pagemixer.servlet
Class NotLoginCondition

java.lang.Object
  |
  +--jp.ne.dti.lares.foozy.pagemixer.servlet.ForwardCondition
        |
        +--pagemixer.servlet.NotLoginCondition
All Implemented Interfaces:
AuthConstants, AuthKeys, ServletConstants

public class NotLoginCondition
extends jp.ne.dti.lares.foozy.pagemixer.servlet.ForwardCondition
implements AuthKeys, ServletConstants

Examine whether user already logged in or not.


Fields inherited from interface common.AuthKeys
KEY_FAREWELL, KEY_INVALID_PASSWORD, KEY_LOGIN, KEY_LOGIN_REQUEST, KEY_LOGIN_REQUIRED, KEY_LOGOUT_REQUEST, KEY_PASSWORD, KEY_USER_UNKNOWN, KEY_USERNAME, KEY_WELCOME
 
Fields inherited from interface common.AuthConstants
CLASS_ALREADY_LOGIN, CLASS_FAREWELL, CLASS_INVALID_PASSWORD, CLASS_LOGIN_REQUIRED, CLASS_NOT_YET_LOGIN, CLASS_USER_UNKNOWN, CLASS_USERNAME, CLASS_WELCOME, PARAM_LOGIN, PARAM_LOGIN_REQUEST, PARAM_LOGOUT_REQUEST, PARAM_PASSWORD, PARAM_USERNAME, REQUEST_FAREWELL, REQUEST_WELCOME, SESSION_LOGIN
 
Fields inherited from interface common.ServletConstants
INIT_AUTH_PASSWORD, INIT_AUTH_USERNAME, INIT_PAGE_AUTH, INIT_PAGE_SHOP_BASKET, INIT_PAGE_TOP, REQUEST_BASE_HREF
 
Constructor Summary
NotLoginCondition()
          Constructor.
 
Method Summary
 java.lang.String forwards(jp.ne.dti.lares.foozy.pagemixer.mixer.ConsumerContext context)
           
 void setup(javax.servlet.http.HttpServlet servlet)
           
 
Methods inherited from class jp.ne.dti.lares.foozy.pagemixer.servlet.ForwardCondition
cleanup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotLoginCondition

public NotLoginCondition()
Constructor.
Method Detail

forwards

public java.lang.String forwards(jp.ne.dti.lares.foozy.pagemixer.mixer.ConsumerContext context)
Overrides:
forwards in class jp.ne.dti.lares.foozy.pagemixer.servlet.ForwardCondition

setup

public void setup(javax.servlet.http.HttpServlet servlet)
           throws javax.servlet.ServletException
Overrides:
setup in class jp.ne.dti.lares.foozy.pagemixer.servlet.ForwardCondition

PageMixer demonstration with Servlet