| Name | Description | Type | Package | Framework |
| CharArrayPool | | Class | com.acciente.induction.dispatcher.view | Induction |
|
| ClassAndMethod | | Class | com.acciente.induction.resolver | Induction |
|
| ClassLoaderInitializer | This is helper class that focuses on setting up the primary classloader used by the dispatcher servlet. | Class | com.acciente.induction.init | Induction |
|
| Config | This class is the container for the configuration information used by Induction. | Class | com.acciente.induction.init.config | Induction |
|
| ConfigLoader | This interface abstracts the mechanism used to load the configuration settings used by the dispatcher. | Interface | com.acciente.induction.init.config | Induction |
|
| ConfigLoaderException | | Class | com.acciente.induction.init.config | Induction |
|
| ConfigLoaderInitializer | This class manages the loading of a config loader (yes, the config loader itself is configurable, and the parameter specifying its name is in a sense a bootstrap | Class | com.acciente.induction.init | Induction |
|
| ConfiguredModelFactoryPool | This class manages instances of the the model factory classes configured in the system. | Class | com.acciente.induction.dispatcher.model | Induction |
|
| ConstructorNotFoundException | | Class | com.acciente.induction.util | Induction |
|
| Controller | This interface is used to mark a specific class as a controller. | Interface | com.acciente.induction.controller | Induction |
|
| ControllerExecutor | This class executes a specified method on a specified controller instanceAuthor:Adinath Raveendra Raj | Class | com.acciente.induction.dispatcher.controller | Induction |
|
| ControllerExecutorException | | Class | com.acciente.induction.dispatcher.controller | Induction |
|
| ControllerMappingRule | ControllerMappingRule NOTE: we do not extend Rule in this class, since this class while a rules "container", | Class | com.acciente.induction.init.config.xmlconfigloader | Induction |
|
| ControllerParameterProviderFactory | This class handles the resolution of parameter values used for injection into controller methods. | Class | com.acciente.induction.dispatcher.controller | Induction |
|
| ControllerPool | This class manages a pool of Controller object instances. | Class | com.acciente.induction.dispatcher.controller | Induction |
|
| ControllerResolver | This interface is used to abstract the algorithm used to: map a HTTP request to a controller and map a an unhandled exception to a an error handler controller | Interface | com.acciente.induction.resolver | Induction |
|
| ControllerResolverExecutor | Induction Internal class. | Class | com.acciente.induction.dispatcher.resolver | Induction |
|
| ControllerResolverInitializer | This is helper class that focuses on setting up the controller resolver used by the dispatcher servlet. | Class | com.acciente.induction.init | Induction |
|
| ControllerResolverParameterProviderFactory | This class handles the resolution of parameter values used for injection into controller methods. | Class | com.acciente.induction.dispatcher.resolver | Induction |
|
| ControllerResolverRule | ControllerResolverRuleAuthor:Adinath Raveendra Raj | Class | com.acciente.induction.init.config.xmlconfigloader | Induction |
|
| DigesterFactory | | Class | com.acciente.induction.init.config.xmlconfigloader | Induction |
|
| Error2ClassMapper | | Class | com.acciente.induction.resolver | Induction |
|
| FileUploadRule | | Class | com.acciente.induction.init.config.xmlconfigloader | Induction |
|
| Form | This interface provides access to the HTML form submitted as part of the request (if any). | Interface | com.acciente.induction.controller | Induction |
|
| FormException | Exception thrown during HTML form processing. | Class | com.acciente.induction.controller | Induction |
|
| FreemarkerTemplatingEngine | An implementation of the Induction template engine interface that plugs in the Freemarker templating engine. | Class | com.acciente.induction.template | Induction |
|
| HTMLForm | The implementation backing the the Form interface. | Class | com.acciente.induction.controller | Induction |
|
| HttpDispatcher | This is the Induction dispatcher servlet. | Class | com.acciente.induction.dispatcher | Induction |
|
| HttpRequest | Implementation backing the Request inteface. | Class | com.acciente.induction.controller | Induction |
|
| HttpResponse | Implementation backing the Response inteface. | Class | com.acciente.induction.controller | Induction |
|
| Image | This view interface should be implemented to send an image to the browser. | Interface | com.acciente.induction.view | Induction |
|
| ImageStream | This view interface should be implemented to send an image to the browser. | Interface | com.acciente.induction.view | Induction |
|
| IncludeConfigRule | | Class | com.acciente.induction.init.config.xmlconfigloader | Induction |
|
| InitializerParameterProvider | InitializerParameterProvider, used by the initializer classes to inject models into the intializer constructor. | Class | com.acciente.induction.init | Induction |
|
| JavaClassPathRule | | Class | com.acciente.induction.init.config.xmlconfigloader | Induction |
|
| MethodNotFoundException | | Class | com.acciente.induction.util | Induction |
|
| ModelDefsRule | | Class | com.acciente.induction.init.config.xmlconfigloader | Induction |
|
| ModelFactory | This class is the factory used to instantiate new Model object instancesAuthor:Adinath Raveendra Raj | Class | com.acciente.induction.dispatcher.model | Induction |
|
| ModelPool | This class manages access to the pool model objectsAuthor:Adinath Raveendra Raj | Class | com.acciente.induction.dispatcher.model | Induction |
|
| ObjectFactory | Internal. | Class | com.acciente.induction.util | Induction |
|
| Redirect | Used to instruct the client to redirect. | Class | com.acciente.induction.controller | Induction |
|
| RedirectExecutor | | Class | com.acciente.induction.dispatcher.redirect | Induction |
|
| RedirectExecutorException | RedirectExecutorExceptionAuthor:Adinath Raveendra RajSee Also:Serialized Form | Class | com.acciente.induction.dispatcher.redirect | Induction |
|
| RedirectMappingRule | RedirectMappingRule NOTE: we do not extend Rule in this class, since this class while a rules "container", | Class | com.acciente.induction.init.config.xmlconfigloader | Induction |
|
| RedirectResolver | This interface is used to abstract the algorithm used to map a redirect specified in terms of a class type to a URL. | Interface | com.acciente.induction.resolver | Induction |
|
| RedirectResolverExecutor | Induction Internal class. | Class | com.acciente.induction.dispatcher.resolver | Induction |
|
| RedirectResolverInitializer | | Class | com.acciente.induction.init | Induction |
|
| RedirectResolverParameterProviderFactory | This class handles the resolution of parameter values used for injection into Redirect methods. | Class | com.acciente.induction.dispatcher.resolver | Induction |
|
| RedirectResolverRule | RedirectResolverRuleAuthor:Adinath Raveendra Raj | Class | com.acciente.induction.init.config.xmlconfigloader | Induction |
|
| ReflectUtils | Internal. | Class | com.acciente.induction.util | Induction |
|
| Request | Provides access to the servlet Request, this interface decorates the standard HttpServletRequest object. | Interface | com.acciente.induction.controller | Induction |
|
| RequestInterceptor | This is an interface does not enforce any methods at compile time. | Interface | com.acciente.induction.interceptor | Induction |
|
| RequestInterceptorExecutor | | Class | com.acciente.induction.dispatcher.interceptor | Induction |
|
| RequestInterceptorFacade | RequestInterceptorFacadeAuthor:Adinath Raveendra Raj | Class | com.acciente.induction.dispatcher.interceptor | Induction |
|
| RequestInterceptorInitializer | RequestInterceptorInitializerAuthor:Adinath Raveendra Raj | Class | com.acciente.induction.init | Induction |
|
| RequestInterceptorParameterProviderFactory | This class handles the resolution of parameter values used for injection into request interceptor methods. | Class | com.acciente.induction.dispatcher.interceptor | Induction |
|
| RequestInterceptorsRule | RequestInterceptorsRuleAuthor:Adinath Raveendra Raj | Class | com.acciente.induction.init.config.xmlconfigloader | Induction |
|
| ResourceLoader | This class was introduced to factor out the mechanism used to load config files. | Class | com.acciente.induction.init.config.xmlconfigloader | Induction |
|
| Response | Provides access to the servlet Response, this interface decorates the standards HttpServletResponse object. | Interface | com.acciente.induction.controller | Induction |
|
| ShortURLControllerResolver | ShortURLControllerResolverAuthor:Adinath Raveendra Raj | Class | com.acciente.induction.resolver | Induction |
|
| ShortURLRedirectResolver | ShortURLRedirectResolverAuthor:Adinath Raveendra Raj | Class | com.acciente.induction.resolver | Induction |
|
| ShortURLViewResolver | ShortURLViewResolverAuthor:Adinath Raveendra Raj | Class | com.acciente.induction.resolver | Induction |
|
| StringWriterPool | | Class | com.acciente.induction.dispatcher.view | Induction |
|
| Template | This view interface should be implemented to render a text template to the browser. | Interface | com.acciente.induction.view | Induction |
|
| TemplatingEngine | This interface is used to abstract access to templating engine used. | Interface | com.acciente.induction.template | Induction |
|
| TemplatingEngineException | TemplatingEngineException. | Class | com.acciente.induction.template | Induction |
|
| TemplatingEngineInitializer | This class manages initialization of the templating engine based on the configured settingsAuthor:Adinath Raveendra Raj | Class | com.acciente.induction.init | Induction |
|
| TemplatingRule | NOTE: we do not extend Rule in this class, since this class while a rules "container", but is not itself a rule | Class | com.acciente.induction.init.config.xmlconfigloader | Induction |
|
| Text | This view interface should be implemented to output simple text to the browser. | Interface | com.acciente.induction.view | Induction |
|
| URLResolver | This class is used to generate URLs dynamically from controller/view class names using the mapping rules defined for redirects. | Class | com.acciente.induction.dispatcher.resolver | Induction |
|
| ViewExecutor | | Class | com.acciente.induction.dispatcher.view | Induction |
|
| ViewExecutorException | | Class | com.acciente.induction.dispatcher.view | Induction |
|
| ViewFactory | | Class | com.acciente.induction.dispatcher.view | Induction |
|
| ViewMappingRule | ControllerMappingRule NOTE: we do not extend Rule in this class, since this class while a rules "container", | Class | com.acciente.induction.init.config.xmlconfigloader | Induction |
|
| ViewParameterProviderFactory | ViewParameterProviderFactory. | Class | com.acciente.induction.dispatcher.view | Induction |
|
| ViewResolver | This interface is used to abstract the algorithm used to: map a HTTP request to a view and map a an unhandled exception to a an error handler view | Interface | com.acciente.induction.resolver | Induction |
|
| ViewResolverExecutor | Induction Internal class. | Class | com.acciente.induction.dispatcher.resolver | Induction |
|
| ViewResolverInitializer | This is helper class that focuses on setting up the view resolver used by the dispatcher servlet. | Class | com.acciente.induction.init | Induction |
|
| ViewResolverParameterProviderFactory | This class handles the resolution of parameter values used for injection into controller methods. | Class | com.acciente.induction.dispatcher.resolver | Induction |
|
| ViewResolverRule | | Class | com.acciente.induction.init.config.xmlconfigloader | Induction |
|
| XML | | Class | com.acciente.induction.init.config | Induction |
|
| XMLConfigLoader | An implementation of the ConfigLoader that loads the configuration from anAuthor:Adinath Raveendra Raj | Class | com.acciente.induction.init.config.xmlconfigloader | Induction |
|
| XMLConfigLoaderException | XMLConfigLoaderExceptionAuthor:Adinath Raveendra RajSee Also:Serialized Form | Class | com.acciente.induction.init.config.xmlconfigloader | Induction |