com.cinecolombia.cinecolombia.cambioPassword.web
Class CambioPasswordTranslator

java.lang.Object
  |
  +--com.cinecolombia.cinecolombia.cambioPassword.web.CambioPasswordTranslator
All Implemented Interfaces:
java.io.Serializable

public class CambioPasswordTranslator
extends java.lang.Object
implements java.io.Serializable

cambioPassword usecase: helper class for CambioPasswordMain.jsp

Author:
CincoSOFT
See Also:
Serialized Form
Created:
Junio 2003

Field Summary
private  Debug debug
           
private  java.lang.String todayString
           
(package private)  java.util.ArrayList useCaseActions
           
 
Constructor Summary
CambioPasswordTranslator()
          Constructor
 
Method Summary
 java.lang.String getTodayString()
           
 boolean isAllowed(java.lang.String action)
          determines if a action (HTLM element) is allowed for the user examining useCaseActions
 void setData(javax.servlet.http.HttpServletRequest request)
          gets data from request or session and creates input data for the jsp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

useCaseActions

java.util.ArrayList useCaseActions

todayString

private java.lang.String todayString

debug

private Debug debug
Constructor Detail

CambioPasswordTranslator

public CambioPasswordTranslator()
Constructor

Method Detail

setData

public void setData(javax.servlet.http.HttpServletRequest request)
gets data from request or session and creates input data for the jsp

Parameters:
request - of MainServlet

isAllowed

public boolean isAllowed(java.lang.String action)
determines if a action (HTLM element) is allowed for the user examining useCaseActions

Parameters:
action - Description of the Parameter
Returns:
The allowed value

getTodayString

public java.lang.String getTodayString()