| Interface | Description |
|---|---|
| Action |
Base action interface, representing a component that receives ICS like a
HttpServlet but is able to participate in an MVC workflow.
|
| ActionLocator |
Interface to be implemented by objects that define a mapping between requests
and handler objects.
|
| ActionNameResolver |
Resolve the name of the Action based on the current request, exposed via the
Content Server context.
|
| Factory |
Interface for a object factory.
|
| FactoryProducer |
A factory for a Factory to provide access to services that need access to ICS.
|
| Injector |
Implementations inject services into the dependent object.
|
| Class | Description |
|---|---|
| AbstractActionController |
Dispatching Controller.
|
| ActionController |
Action controller adapter to provide backward-compatibility with GSF 11.6.1.
|
| ActionFrameworkController |
AbstractActionController that is using the AppContext to configure the
ActionLocator and ActionNameResolver.
|
| ActionLocatorUtils | |
| ActionNameResolverUtils | |
| AnnotationBinder |
Helper to bind variables to an Object based on annotated fields.
|
| AnnotationInjector |
Helper to inject dependencies into Object based on annotated fields and
methods.
|
| Model |
This class is a container for Model data in the Model View Controller (MVC)
framework.
|
| RenderPage |
Generic page-rendering action.
|
| Exception | Description |
|---|---|
| InjectionException |
Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.