au.com.whitesquare.waf.constants
Class DefaultPages

java.lang.Object
  extended byau.com.whitesquare.waf.constants.DefaultPages

public class DefaultPages
extends Object


Last Modified $Date: 2004/11/17 12:15:11 $

Version:
$Revision: 1.1 $
Author:
Steve Mactaggart

Field Summary
static String DEFAULT_ERROR_PAGE
          Comment for DEFAULT_ERROR_PAGE
static String ERROR_FATAL
          This key is used to lookup the default error page when something goes wrong inside the BaseController Servlet.
static String SESSION_TIMEOUT_JSP
          Comment for SESSION_TIMEOUT_JSP
 
Constructor Summary
DefaultPages()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SESSION_TIMEOUT_JSP

public static final String SESSION_TIMEOUT_JSP
Comment for SESSION_TIMEOUT_JSP

See Also:
Constant Field Values

DEFAULT_ERROR_PAGE

public static final String DEFAULT_ERROR_PAGE
Comment for DEFAULT_ERROR_PAGE

See Also:
Constant Field Values

ERROR_FATAL

public static final String ERROR_FATAL
This key is used to lookup the default error page when something goes wrong inside the BaseController Servlet.

The value for the key ERROR_FATAL is :whitesquare.waf.fatal.

See Also:
Constant Field Values
Constructor Detail

DefaultPages

public DefaultPages()


Copyright © 2004 Whitesquare Software. All Rights Reserved.