org.bejug.javacareers.common.view.jsf.constants
Interface JSFConstants

All Known Implementing Classes:
JobAction, Utils

public interface JSFConstants

Constants for the JSF framework

Version:
$Revision: 1.6 $ - $Date: 2005/09/05 09:20:07 $:
Author:
: Peter Symoens (Last modified by $Author: schauwvliege $)

Field Summary
static java.lang.String COLLAPSE_COMMENTS
          constant for the comments collapsing.
static java.lang.String CURRENT_ITEM
          constant for the item.
static java.lang.String ERROR_CONTROL_FLOW
          constant for the control flow error.
static java.lang.String GO_ERROR
          constant for navigation to the error page.
static java.lang.String GO_HOME
          constant for navigation to the home page
static java.lang.String GO_ITEMS
          constant for navigation to the jobs page.
static java.lang.String GO_JOB_DETAILS
          constant for navigation to the jobs page.
static java.lang.String GO_JOBS
          constant for navigation to the jobs page.
 

Field Detail

CURRENT_ITEM

public static final java.lang.String CURRENT_ITEM
constant for the item.

See Also:
Constant Field Values

COLLAPSE_COMMENTS

public static final java.lang.String COLLAPSE_COMMENTS
constant for the comments collapsing.

See Also:
Constant Field Values

GO_HOME

public static final java.lang.String GO_HOME
constant for navigation to the home page

See Also:
Constant Field Values

GO_JOBS

public static final java.lang.String GO_JOBS
constant for navigation to the jobs page.

See Also:
Constant Field Values

GO_ITEMS

public static final java.lang.String GO_ITEMS
constant for navigation to the jobs page.

See Also:
Constant Field Values

GO_JOB_DETAILS

public static final java.lang.String GO_JOB_DETAILS
constant for navigation to the jobs page.

See Also:
Constant Field Values

GO_ERROR

public static final java.lang.String GO_ERROR
constant for navigation to the error page.

See Also:
Constant Field Values

ERROR_CONTROL_FLOW

public static final java.lang.String ERROR_CONTROL_FLOW
constant for the control flow error.

See Also:
Constant Field Values


Copyright © 2005-2006 BeJUG. All Rights Reserved.