|
|||||||||
| Home >> All >> org >> infohazard >> maverick >> [ view overview ] | PREV NEXT | ||||||||
A
- ATTR_BEAN_NAME - Static variable in class org.infohazard.maverick.view.DocumentViewFactory
- The XML attribute name to specify the name for the "model" object ["bean"].
- ATTR_DEFAULT_BEAN_NAME - Static variable in class org.infohazard.maverick.view.DocumentViewFactory
- The XML attribute name to set a default "model" object name ["default-bean-name"].
- ATTR_SCOPE - Static variable in class org.infohazard.maverick.view.DocumentViewFactory
- The XML attribute name to specify the scope in which to store the "model" object ["scope"].
- addQueryParam(StringBuffer, String, Object) - Method in class org.infohazard.maverick.view.RedirectView
- addQueryParams(String, Map) - Method in class org.infohazard.maverick.view.RedirectView
B
- beanName - Variable in class org.infohazard.maverick.view.DocumentView
- The name of the bean in the appropriate scope attributes.
C
- createView(Element) - Method in class org.infohazard.maverick.view.DispatchedViewFactory
- createView(Element) - Method in class org.infohazard.maverick.view.DocumentViewFactory
- createView(Element) - Method in class org.infohazard.maverick.view.NullViewFactory
- createView(Element) - Method in class org.infohazard.maverick.view.RedirectViewFactory
- createView(Element) - Method in class org.infohazard.maverick.view.TrivialViewFactory
D
- DEFAULT_DEFAULT_BEAN_NAME - Static variable in class org.infohazard.maverick.view.DocumentViewFactory
- The default attribute name for the "model" object ["model"].
- DispatchedViewFactory - class org.infohazard.maverick.view.DispatchedViewFactory.
- This factory creates Views which use the RequestDispatcher to obtain content.
- DispatchedViewFactory() - Constructor for class org.infohazard.maverick.view.DispatchedViewFactory
- DispatchedViewFactory.DispatchedView - class org.infohazard.maverick.view.DispatchedViewFactory.DispatchedView.
- The view is rendered as a RequestDispatcher.forward() or include().
- DispatchedViewFactory.DispatchedView(String) - Constructor for class org.infohazard.maverick.view.DispatchedViewFactory.DispatchedView
- DocumentView - class org.infohazard.maverick.view.DocumentView.
- DocumentView is the base class for the default Maverick "document" view type.
- DocumentView(String) - Constructor for class org.infohazard.maverick.view.DocumentView
- Convenience constructor to pass the "model" object name and the aggregated org.infohazard.maverick.flow.View.
- DocumentViewFactory - class org.infohazard.maverick.view.DocumentViewFactory.
- Factory for building JSP, Velocity, and other resource-based views which place the model bean in one of the servlet attribute collections and use the RequestDispatcher to forward to the actual content.
- DocumentViewFactory() - Constructor for class org.infohazard.maverick.view.DocumentViewFactory
- defaultBeanName - Variable in class org.infohazard.maverick.view.DocumentViewFactory
- Property to hold the default name of the "model" object for this factory instance ["model"].
G
- go(ViewContext) - Method in class org.infohazard.maverick.view.DispatchedViewFactory.DispatchedView
- Renders the url associated with this view directly to the response.
- go(ViewContext) - Method in class org.infohazard.maverick.view.DocumentView
- Entry method that initiates the View rendering process.
- go(ViewContext) - Method in class org.infohazard.maverick.view.NullViewFactory.NullView
- Nothing!
- go(ViewContext) - Method in class org.infohazard.maverick.view.RedirectView
- Produces an http redirect.
- go(ViewContext) - Method in class org.infohazard.maverick.view.TrivialViewFactory.TrivialView
I
- init(Element, ServletConfig) - Method in class org.infohazard.maverick.view.DispatchedViewFactory
- Initialize.
- init(Element, ServletConfig) - Method in class org.infohazard.maverick.view.DocumentViewFactory
-
Initialize this factory instance by initializing the
#dispatchedViewFactproperty and theDocumentViewFactory.defaultBeanName55 property. - init(Element, ServletConfig) - Method in class org.infohazard.maverick.view.NullViewFactory
- init(Element, ServletConfig) - Method in class org.infohazard.maverick.view.RedirectViewFactory
- init(Element, ServletConfig) - Method in class org.infohazard.maverick.view.TrivialViewFactory
L
- log - Static variable in class org.infohazard.maverick.view.DispatchedViewFactory
- Logger.
- log - Static variable in class org.infohazard.maverick.view.DocumentView
N
- NullViewFactory - class org.infohazard.maverick.view.NullViewFactory.
- Creates a view which does absolutely nothing.
- NullViewFactory() - Constructor for class org.infohazard.maverick.view.NullViewFactory
- NullViewFactory.NullView - class org.infohazard.maverick.view.NullViewFactory.NullView.
- Simple implementation does nothing.
- NullViewFactory.NullView() - Constructor for class org.infohazard.maverick.view.NullViewFactory.NullView
O
- org.infohazard.maverick.view - package org.infohazard.maverick.view
P
- path - Variable in class org.infohazard.maverick.view.DispatchedViewFactory.DispatchedView
- Source url of the document.
R
- RedirectView - class org.infohazard.maverick.view.RedirectView.
- This view causes a client redirect.
- RedirectView(String) - Constructor for class org.infohazard.maverick.view.RedirectView
- RedirectViewFactory - class org.infohazard.maverick.view.RedirectViewFactory.
- Creates views which result in HTTP redirects.
- RedirectViewFactory() - Constructor for class org.infohazard.maverick.view.RedirectViewFactory
S
- SCOPE_APP - Static variable in class org.infohazard.maverick.view.DocumentViewFactory
- The XML attribute value to specify "global" or "application" scope.
- SCOPE_REQUEST - Static variable in class org.infohazard.maverick.view.DocumentViewFactory
- The XML attribute value to specify "thread" or "request" scope.
- SCOPE_SESSION - Static variable in class org.infohazard.maverick.view.DocumentViewFactory
- The XML attribute value to specify "client" or "session" scope.
- setAttribute(ViewContext) - Method in class org.infohazard.maverick.view.DocumentView
- Template method that can be used to place the "model" object in whatever scope is appropriate for this View element instance.
- singletonNull - Static variable in class org.infohazard.maverick.view.NullViewFactory
T
- TrivialViewFactory - class org.infohazard.maverick.view.TrivialViewFactory.
- Creates simple views which expect the model itself to be the source of content.
- TrivialViewFactory() - Constructor for class org.infohazard.maverick.view.TrivialViewFactory
- TrivialViewFactory.TrivialView - class org.infohazard.maverick.view.TrivialViewFactory.TrivialView.
- TrivialViewFactory.TrivialView() - Constructor for class org.infohazard.maverick.view.TrivialViewFactory.TrivialView
- target - Variable in class org.infohazard.maverick.view.RedirectView
- Redirect string.
A B C D G I L N O P R S T
|
|||||||||
| Home >> All >> org >> infohazard >> maverick >> [ view overview ] | PREV NEXT | ||||||||