Uses of Interface
org.vraptor.scope.Context

Packages that use Context
org.vraptor   
org.vraptor.scope   
 

Uses of Context in org.vraptor
 

Methods in org.vraptor that return Context
 Context LogicRequest.getApplicationContext()
          Returns a wrapper for the application context
 

Uses of Context in org.vraptor.scope
 

Subinterfaces of Context in org.vraptor.scope
 interface ApplicationContext
           
 interface RequestContext
          The request context.
 

Classes in org.vraptor.scope that implement Context
 class DefaultApplicationContext
          The basic implementation of the application context.
 class DefaultRequestContext
          A simple request context.
 class FlashContext
          A flash context lives through the current and following request only.
 class SessionContext
          Simple decorator for the session, builds up some basic functionality.
 

Methods in org.vraptor.scope that return Context
abstract  Context ScopeType.getContext(LogicRequest request)
          Returns the repective context for the given ScopeType
 



Copyright © 2004-2008 VRaptor. All Rights Reserved.