Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
M
N
O
P
R
S
T
V
A
AbortExecutionException
- Exception in
net.anotheria.maf.action
Thrown by an action in order to indicate to the filter, that there is no need to proceed further.
AbortExecutionException()
- Constructor for exception net.anotheria.maf.action.
AbortExecutionException
AbstractAction
- Class in
net.anotheria.maf.action
Abstract action class which can be used as parent of all action classes.
AbstractAction()
- Constructor for class net.anotheria.maf.action.
AbstractAction
Action
- Interface in
net.anotheria.maf.action
An action is the base of the MAF.
ActionAnnotation
- Annotation Type in
net.anotheria.maf.annotation
The annotation to mark a MAF action class to be mapped automatically, if configuration by annotations setting is set.
ActionCommand
- Class in
net.anotheria.maf.action
A command that is returned by the action and signalizes to the maf filter what to do next.
ActionCommand(String)
- Constructor for class net.anotheria.maf.action.
ActionCommand
ActionFactory
- Interface in
net.anotheria.maf.action
Actionfactory is used to create action objects.
ActionFactoryException
- Exception in
net.anotheria.maf.action
ActionFactoryException(Exception)
- Constructor for exception net.anotheria.maf.action.
ActionFactoryException
Creates a new ActionFactoryException.
ActionForward
- Class in
net.anotheria.maf.action
Return object of an action execution.
ActionForward(String, String)
- Constructor for class net.anotheria.maf.action.
ActionForward
ActionMapping
- Class in
net.anotheria.maf.action
An action mapping is a combination of enter path for an action, class name of the class which executes the action and a map of possible forwards.
ActionMapping(String, String, ActionCommand...)
- Constructor for class net.anotheria.maf.action.
ActionMapping
ActionMappings
- Class in
net.anotheria.maf.action
Configuration of the Framework.
ActionMappings()
- Constructor for class net.anotheria.maf.action.
ActionMappings
ActionMappingsConfigurator
- Interface in
net.anotheria.maf.action
Interface for a helper class, that provides configuration of mappings.
ActionsAnnotation
- Annotation Type in
net.anotheria.maf.annotation
The annotation to mark a MAF action class to be mapped automatically, if configuration by annotations setting is set.
addAlias(String, String)
- Method in class net.anotheria.maf.action.
ActionMappings
Adds an alias.
addCommand(String, String)
- Method in class net.anotheria.maf.json.
JSONResponse
Add command to response.
addError(String)
- Method in interface net.anotheria.maf.json.
JSONErrorScope
Add global error for this response-scope.
addError(String, String)
- Method in interface net.anotheria.maf.json.
JSONErrorScope
Add field error for this response-scope.
addError(String)
- Method in class net.anotheria.maf.json.
JSONResponse
addError(String, String)
- Method in class net.anotheria.maf.json.
JSONResponse
addForward(String, String)
- Method in class net.anotheria.maf.action.
ActionMappings
addMapping(String, String, ActionCommand...)
- Method in class net.anotheria.maf.action.
ActionMappings
Adds a mapping.
addMapping(String, String, ActionForward...)
- Method in class net.anotheria.maf.action.
ActionMappings
Adds a mapping.
addMapping(String, Class<? extends Action>, ActionCommand...)
- Method in class net.anotheria.maf.action.
ActionMappings
Adds a mapping.
addMapping(String, Class<? extends Action>, ActionForward...)
- Method in class net.anotheria.maf.action.
ActionMappings
Adds an 1.0 style mapping.
addParameter(String, String)
- Method in class net.anotheria.maf.action.
CommandRedirect
Adds a parameter to redirected url.
addRawData(String, String)
- Method in class net.anotheria.maf.json.
JSONResponse
Add some raw data to response.
C
clone()
- Method in class net.anotheria.maf.action.
CommandRedirect
CommandForward
- Class in
net.anotheria.maf.action
This commands sends forces the filter to execute a forward to the given path.
CommandForward(String, String)
- Constructor for class net.anotheria.maf.action.
CommandForward
CommandForwardAnnotation
- Annotation Type in
net.anotheria.maf.annotation
The annotation which describes the action forward.
CommandRedirect
- Class in
net.anotheria.maf.action
This type of action command is used for redirects.
CommandRedirect(String, String, int)
- Constructor for class net.anotheria.maf.action.
CommandRedirect
Creates a new redirect.
CommandRedirect(String, String)
- Constructor for class net.anotheria.maf.action.
CommandRedirect
Creates a new 302 redirect.
CommandRedirectAnnotation
- Annotation Type in
net.anotheria.maf.annotation
The annotation which describes the action redirect.
configureActionMappings(ActionMappings)
- Method in interface net.anotheria.maf.action.
ActionMappingsConfigurator
Called to add mapping configuration.
currentExecutionContext()
- Static method in class net.anotheria.maf.
MAFExecutionContext
D
DefaultActionFactory
- Class in
net.anotheria.maf.action
A factory which creates action instances on the fly and manages created instances.
DefaultActionFactory()
- Constructor for class net.anotheria.maf.action.
DefaultActionFactory
destroy()
- Method in class net.anotheria.maf.
MAFFilter
dialog()
- Method in class net.anotheria.maf.action.
ActionMapping
doFilter(ServletRequest, ServletResponse, FilterChain)
- Method in class net.anotheria.maf.
MAFFilter
E
EmailValidator
- Class in
net.anotheria.maf.validation
Validator class for validating email addresses.
EmailValidator()
- Constructor for class net.anotheria.maf.validation.
EmailValidator
equals(Object)
- Method in class net.anotheria.maf.json.
JSONResponse
error()
- Method in class net.anotheria.maf.action.
ActionMapping
ErrorBean
- Class in
net.anotheria.maf.bean
Used to transport the error.
ErrorBean(Exception)
- Constructor for class net.anotheria.maf.bean.
ErrorBean
ERRORS_SCOPE_GLOBAL_ERRORS
- Static variable in class net.anotheria.maf.json.
JSONResponse
Errors scope global errors.
execute(ActionMapping, FormBean, HttpServletRequest, HttpServletResponse)
- Method in interface net.anotheria.maf.action.
Action
Called by the framework.
execute(ActionMapping, FormBean, HttpServletRequest, HttpServletResponse)
- Method in class net.anotheria.maf.action.
ForwardAction
execute(ActionMapping, FormBean, HttpServletRequest, HttpServletResponse)
- Method in class net.anotheria.maf.builtin.
ShowMappingsAction
executeOnValidationError(ActionMapping, FormBean, List<ValidationError>, HttpServletRequest, HttpServletResponse)
- Method in interface net.anotheria.maf.validation.
ValidationAware
Called instead of execute if the validation framework encountered an error.
F
findCommand(String)
- Method in class net.anotheria.maf.action.
ActionMapping
findForward(String)
- Method in class net.anotheria.maf.action.
ActionMapping
Deprecated.
use findCommand instead.
findMapping(String)
- Method in class net.anotheria.maf.action.
ActionMappings
Form
- Annotation Type in
net.anotheria.maf.bean.annotations
Used to define backing bean type and mapping.
FormBean
- Interface in
net.anotheria.maf.bean
Marker interface used to define form backing bean.
FormObjectMapper
- Class in
net.anotheria.maf.util
Model Object mapper.
ForwardAction
- Class in
net.anotheria.maf.action
ForwardAction()
- Constructor for class net.anotheria.maf.action.
ForwardAction
G
getActionFactory()
- Method in class net.anotheria.maf.
MAFFilter
getAliases()
- Method in class net.anotheria.maf.action.
ActionMappings
getCategory()
- Method in class net.anotheria.maf.
MAFFilter
getCode()
- Method in class net.anotheria.maf.action.
CommandRedirect
getCommands()
- Method in class net.anotheria.maf.action.
ActionMapping
getConfigurators()
- Method in class net.anotheria.maf.
MAFFilter
Overwrite this method and return configurators for your project.
getCookie()
- Method in class net.anotheria.maf.bean.
RequestMapBean
getDefaultActionName()
- Method in class net.anotheria.maf.
MAFFilter
if not null an empty path is replaced by this default action name, for example 'index'.
getErrorObject(String)
- Method in interface net.anotheria.maf.json.
JSONErrorScope
Get error object to error scope.
getErrorObject(String)
- Method in class net.anotheria.maf.json.
JSONResponse
getErrors()
- Method in exception net.anotheria.maf.validation.
ValidationException
getField()
- Method in class net.anotheria.maf.validation.
ValidationError
getFilter()
- Method in class net.anotheria.maf.
MAFExecutionContext
getHeader()
- Method in class net.anotheria.maf.bean.
RequestMapBean
getInstanceOf(String)
- Method in interface net.anotheria.maf.action.
ActionFactory
Creates a new action for the given type.
getInstanceOf(String)
- Method in class net.anotheria.maf.action.
DefaultActionFactory
Returns an instance of defined action type.
getKey()
- Method in class net.anotheria.maf.validation.
ValidationError
getMappings()
- Method in class net.anotheria.maf.action.
ActionMappings
getMappings()
- Method in class net.anotheria.maf.
MAFExecutionContext
getMessage()
- Method in class net.anotheria.maf.bean.
ErrorBean
getMessage()
- Method in class net.anotheria.maf.validation.
ValidationError
getModelObjectMapped(HttpServletRequest, Action)
- Static method in class net.anotheria.maf.util.
FormObjectMapper
Map http request to model object by action annotations.
getMonitoringIntervals()
- Method in class net.anotheria.maf.
MAFFilter
Override this method to setup custom monitoring intervals.
getName()
- Method in class net.anotheria.maf.action.
ActionCommand
getOnError()
- Method in class net.anotheria.maf.action.
ActionMappings
getOnNotFound()
- Method in class net.anotheria.maf.action.
ActionMappings
getParameters()
- Method in class net.anotheria.maf.bean.
RequestMapBean
getPath()
- Method in class net.anotheria.maf.action.
ActionForward
getPath()
- Method in class net.anotheria.maf.action.
ActionMapping
getPath()
- Method in class net.anotheria.maf.action.
CommandForward
getProducerId()
- Method in class net.anotheria.maf.
MAFFilter
getRawData()
- Method in class net.anotheria.maf.json.
JSONResponse
Get response raw data
getStackTrace()
- Method in class net.anotheria.maf.bean.
ErrorBean
getStats()
- Method in class net.anotheria.maf.
MAFFilter
getSubsystem()
- Method in class net.anotheria.maf.
MAFFilter
getTarget()
- Method in class net.anotheria.maf.action.
CommandRedirect
getType()
- Method in class net.anotheria.maf.action.
ActionMapping
H
hasErrors()
- Method in class net.anotheria.maf.json.
JSONResponse
Is response have errors.
hashCode()
- Method in class net.anotheria.maf.json.
JSONResponse
I
init(FilterConfig)
- Method in class net.anotheria.maf.
MAFFilter
isPathExcluded(String)
- Method in class net.anotheria.maf.
MAFFilter
Decides whether the servlet path is excluded from execution by this filter.
J
JSONErrorScope
- Interface in
net.anotheria.maf.json
JSON Response error scope interface.
JSONResponse
- Class in
net.anotheria.maf.json
JSON error response.
JSONResponse()
- Constructor for class net.anotheria.maf.json.
JSONResponse
Default constructor.
M
MAFExecutionContext
- Class in
net.anotheria.maf
MAFExecutionContext()
- Constructor for class net.anotheria.maf.
MAFExecutionContext
MAFFilter
- Class in
net.anotheria.maf
MAFFilter is the dispatcher filter of the MAF.
MAFFilter()
- Constructor for class net.anotheria.maf.
MAFFilter
map(HttpServletRequest, Object)
- Static method in class net.anotheria.maf.util.
FormObjectMapper
Map request parameters to model bean.
N
NAME
- Static variable in class net.anotheria.maf.bean.
ErrorBean
net.anotheria.maf
- package net.anotheria.maf
net.anotheria.maf.action
- package net.anotheria.maf.action
net.anotheria.maf.annotation
- package net.anotheria.maf.annotation
net.anotheria.maf.bean
- package net.anotheria.maf.bean
net.anotheria.maf.bean.annotations
- package net.anotheria.maf.bean.annotations
net.anotheria.maf.builtin
- package net.anotheria.maf.builtin
net.anotheria.maf.json
- package net.anotheria.maf.json
net.anotheria.maf.util
- package net.anotheria.maf.util
net.anotheria.maf.validation
- package net.anotheria.maf.validation
net.anotheria.maf.validation.annotations
- package net.anotheria.maf.validation.annotations
O
operationAllowed(HttpServletRequest, HttpServletResponse)
- Method in class net.anotheria.maf.
MAFFilter
Override this operation to perform access control to moskitoUI.
P
postProcess(ActionMapping, HttpServletRequest, HttpServletResponse)
- Method in class net.anotheria.maf.action.
AbstractAction
postProcess(ActionMapping, HttpServletRequest, HttpServletResponse)
- Method in interface net.anotheria.maf.action.
Action
Called by the framework after call to the execute.
preProcess(ActionMapping, HttpServletRequest, HttpServletResponse)
- Method in class net.anotheria.maf.action.
AbstractAction
preProcess(ActionMapping, HttpServletRequest, HttpServletResponse)
- Method in interface net.anotheria.maf.action.
Action
Called by the framework prior to call to the execute.
R
redirect()
- Method in class net.anotheria.maf.action.
ActionMapping
RequestMap
- Annotation Type in
net.anotheria.maf.bean.annotations
Used to define backing bean type and mapping.
RequestMapBean
- Class in
net.anotheria.maf.bean
Marker interface used to define form backing bean.
RequestMapBean(Map<String, Object>, Map<String, String>, Map<String, String>)
- Constructor for class net.anotheria.maf.bean.
RequestMapBean
Default constructor
ROOT_COMMANDS_SCOPE
- Static variable in class net.anotheria.maf.json.
JSONResponse
Commands root scope.
ROOT_DATA_SCOPE
- Static variable in class net.anotheria.maf.json.
JSONResponse
Data root scope.
ROOT_ERRORS_SCOPE
- Static variable in class net.anotheria.maf.json.
JSONResponse
Errors root scope.
S
setActionFactory(ActionFactory)
- Method in class net.anotheria.maf.
MAFFilter
setData(JSONObject)
- Method in class net.anotheria.maf.json.
JSONResponse
Set response data.
setFilter(MAFFilter)
- Method in class net.anotheria.maf.
MAFExecutionContext
setMappings(ActionMappings)
- Method in class net.anotheria.maf.
MAFExecutionContext
setMessage(String)
- Method in class net.anotheria.maf.bean.
ErrorBean
setOnError(ActionCommand)
- Method in class net.anotheria.maf.action.
ActionMappings
setOnNotFound(ActionCommand)
- Method in class net.anotheria.maf.action.
ActionMappings
setStackTrace(String)
- Method in class net.anotheria.maf.bean.
ErrorBean
ShowMappingsAction
- Class in
net.anotheria.maf.builtin
ShowMappingsAction()
- Constructor for class net.anotheria.maf.builtin.
ShowMappingsAction
STATUS_JSON_FIELD
- Static variable in class net.anotheria.maf.json.
JSONResponse
Status json field name.
success()
- Method in class net.anotheria.maf.action.
ActionMapping
T
toJSON()
- Method in class net.anotheria.maf.json.
JSONResponse
Convert response to
JSONObject
.
toString()
- Method in class net.anotheria.maf.action.
ActionCommand
toString()
- Method in class net.anotheria.maf.action.
ActionForward
toString()
- Method in class net.anotheria.maf.action.
ActionMapping
toString()
- Method in class net.anotheria.maf.action.
CommandForward
toString()
- Method in class net.anotheria.maf.action.
CommandRedirect
toString()
- Method in class net.anotheria.maf.bean.
RequestMapBean
toString()
- Method in class net.anotheria.maf.json.
JSONResponse
toString()
- Method in class net.anotheria.maf.validation.
ValidationError
V
validate(HttpServletRequest, Object)
- Static method in class net.anotheria.maf.util.
FormObjectMapper
Validate mapped bean according defined preconditions.
validate(String)
- Method in class net.anotheria.maf.validation.
EmailValidator
validate(T)
- Method in interface net.anotheria.maf.validation.
Validator
Check field value.
ValidateCustom
- Annotation Type in
net.anotheria.maf.validation.annotations
Create and register custom validation implementation.
ValidateNotEmpty
- Annotation Type in
net.anotheria.maf.validation.annotations
Mark fields and parameters then require presence validation.
ValidateNumber
- Annotation Type in
net.anotheria.maf.validation.annotations
ValidationAware
- Interface in
net.anotheria.maf.validation
Custom error handler used to process validation errors, action should implement this interface to customize error handling.
ValidationError
- Class in
net.anotheria.maf.validation
Validation error.
ValidationError(String, String, String)
- Constructor for class net.anotheria.maf.validation.
ValidationError
ValidationException
- Exception in
net.anotheria.maf.validation
Validation error.
ValidationException(String, List<ValidationError>)
- Constructor for exception net.anotheria.maf.validation.
ValidationException
Validator
<
T
> - Interface in
net.anotheria.maf.validation
Custom validator used to customize and define own checks.
A
C
D
E
F
G
H
I
J
M
N
O
P
R
S
T
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2010-2013
anotheria.net
. All Rights Reserved.