Uses of Package
org.codehaus.waffle.registrar

Packages that use org.codehaus.waffle.registrar
org.codehaus.waffle.context   
org.codehaus.waffle.context.pico   
org.codehaus.waffle.monitor   
org.codehaus.waffle.registrar   
org.codehaus.waffle.registrar.pico   
 

Classes in org.codehaus.waffle.registrar used by org.codehaus.waffle.context
Registrar
           Defines the available methods for registering components (including controllers).
RegistrarAssistant
          Instantiates the Registrar defined in the application web.xml and executes the method(s) annotated according to the ContextLevel being handled.
 

Classes in org.codehaus.waffle.registrar used by org.codehaus.waffle.context.pico
Registrar
           Defines the available methods for registering components (including controllers).
 

Classes in org.codehaus.waffle.registrar used by org.codehaus.waffle.monitor
Registrar
           Defines the available methods for registering components (including controllers).
 

Classes in org.codehaus.waffle.registrar used by org.codehaus.waffle.registrar
AbstractReference
          Simple abstract implementation which manages the associated key.
AbstractRegistrar
          Waffle requires that web apps extend this class for registrating actions, services and components for use in their applications.
ComponentReference
          Allows for a component dependency to be resolved from another component registered with Waffle.
Reference
          Implementation of this interface can be used from within a Registrar to define how a components dependencies can be resolved more explicitly.
Registrar
           Defines the available methods for registering components (including controllers).
Registrar.Injection
           
RequestAttributeReference
          Allows for a component dependency to be resolved from a ServletRequest attribute.
RequestParameterReference
          Allows for a component dependency to be resolved from a ServletRequest parameter
ScriptedRegistrar
          Implementations of this interface will allow for scripts to be registered with Waffle.
ServletContextAttributeReference
          Allows for a component dependency to be resolved from a ServletContext attribute.
SessionAttributeReference
          Allows for a component dependency to be resolved from a HttpSession attribute.
 

Classes in org.codehaus.waffle.registrar used by org.codehaus.waffle.registrar.pico
Registrar
           Defines the available methods for registering components (including controllers).
Registrar.Injection
           
ScriptedRegistrar
          Implementations of this interface will allow for scripts to be registered with Waffle.
 



Copyright © 2008. All Rights Reserved.