catalog.view.bean
Class BeanNames

java.lang.Object
  extended bycatalog.view.bean.BeanNames

public class BeanNames
extends java.lang.Object

Constants for all the managed bean names.

Author:
Derek Y. Shen

Field Summary
static java.lang.String APPLICATION_BEAN
           
static java.lang.String PRODUCT_BEAN
           
static java.lang.String PRODUCT_LIST_BEAN
           
static java.lang.String SECURITY_BEAN
           
static java.lang.String SERVICE_LOCATOR_BEAN
           
static java.lang.String SESSION_BEAN
           
static java.lang.String USER_BEAN
           
 
Constructor Summary
BeanNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPLICATION_BEAN

public static final java.lang.String APPLICATION_BEAN
See Also:
Constant Field Values

SESSION_BEAN

public static final java.lang.String SESSION_BEAN
See Also:
Constant Field Values

SERVICE_LOCATOR_BEAN

public static final java.lang.String SERVICE_LOCATOR_BEAN
See Also:
Constant Field Values

PRODUCT_BEAN

public static final java.lang.String PRODUCT_BEAN
See Also:
Constant Field Values

PRODUCT_LIST_BEAN

public static final java.lang.String PRODUCT_LIST_BEAN
See Also:
Constant Field Values

USER_BEAN

public static final java.lang.String USER_BEAN
See Also:
Constant Field Values

SECURITY_BEAN

public static final java.lang.String SECURITY_BEAN
See Also:
Constant Field Values
Constructor Detail

BeanNames

public BeanNames()


Copyright (c) 2004 The JCatalog Project.