Uses of Class
blackboard.platform.context.Context.OverrideType

Packages that use Context.OverrideType
blackboard.platform.context   
 

Uses of Context.OverrideType in blackboard.platform.context
 

Methods in blackboard.platform.context that return Context.OverrideType
 Context.OverrideType Context.getContextOverride()
          returns the OverrideType of this Context object.
static Context.OverrideType Context.OverrideType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Context.OverrideType[] Context.OverrideType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in blackboard.platform.context with parameters of type Context.OverrideType
 void Context.setContextOverride(Context.OverrideType override)
          The context override is used to override the context that is implied from the request parameters.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.