com.webobjects.appserver
Class WOComponentVariable.WOComponentVariableScope
java.lang.Object
java.lang.Enum
com.webobjects.appserver.WOComponentVariable.WOComponentVariableScope
- All Implemented Interfaces:
- Serializable, Comparable
- Enclosing class:
- WOComponentVariable
public static final class WOComponentVariable.WOComponentVariableScope
- extends Enum
- See Also:
- Serialized Form
SESSION
public static final WOComponentVariable.WOComponentVariableScope SESSION
REQUEST
public static final WOComponentVariable.WOComponentVariableScope REQUEST
PAGE
public static final WOComponentVariable.WOComponentVariableScope PAGE
COMPONENT
public static final WOComponentVariable.WOComponentVariableScope COMPONENT
values
public static final WOComponentVariable.WOComponentVariableScope[] values()
valueOf
public static WOComponentVariable.WOComponentVariableScope valueOf(String name)
Copyright © 2000-2008 Apple Inc.