Methods
Modifier and Type |
Method and Description |
ActionBuilder |
addAction(String id) |
ActionBuilder |
addAction(String id,
String executor) |
ActionBuilder |
addAction(String id,
String resultId,
boolean resultRendered,
String view,
boolean resolvedView,
DispatcherType dispatcher,
String executor) |
ActionBuilder |
addAction(String id,
String resultId,
boolean resultRendered,
String view,
DispatcherType dispatcher,
boolean resolvedView,
String executor) |
ActionBuilder |
addAction(String id,
String executor,
String view,
boolean resolvedView) |
ActionBuilder |
addAction(String id,
String resultId,
String view,
boolean resolvedView,
DispatcherType dispatcher,
String executor) |
ActionBuilder |
addAction(String id,
String resultId,
String view,
boolean resolvedView,
String executor) |
protected ControllerBuilder |
addAlias(ControllerID id) |
ControllerBuilder |
addAlias(String id) |
PropertyBuilder |
addGenericProperty(String propertyName,
String id) |
PropertyBuilder |
addGenericProperty(String propertyName,
String id,
Class<?> classType) |
PropertyBuilder |
addGenericProperty(String propertyName,
String id,
Class<?> classType,
FetchType fetchType) |
InterceptorBuilder |
addInterceptor(String name) |
PropertyBuilder |
addNullProperty(String propertyName) |
PropertyBuilder |
addProperty(String propertyName,
String id) |
PropertyBuilder |
addProperty(String propertyName,
String id,
EnumerationType enumProperty) |
PropertyBuilder |
addProperty(String propertyName,
String id,
ScopeType scope) |
PropertyBuilder |
addProperty(String propertyName,
String id,
ScopeType scope,
EnumerationType enumProperty) |
PropertyBuilder |
addProperty(String propertyName,
String id,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
Object value,
boolean nullable,
boolean generic,
Object classType,
FetchType fetchType,
Type type) |
PropertyBuilder |
addProperty(String propertyName,
String id,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
Object value,
boolean nullable,
boolean generic,
Object classType,
Type type) |
PropertyBuilder |
addProperty(String propertyName,
String id,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
Object value,
boolean nullable,
Object classType,
Type type) |
PropertyBuilder |
addProperty(String propertyName,
String id,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
Object value,
boolean nullable,
Type type) |
PropertyBuilder |
addProperty(String propertyName,
String id,
ScopeType scope,
String temporalProperty) |
PropertyBuilder |
addProperty(String propertyName,
String id,
ScopeType scope,
Type type) |
PropertyBuilder |
addProperty(String propertyName,
String id,
String temporalProperty) |
PropertyBuilder |
addProperty(String propertyName,
String id,
Type type) |
PropertyBuilder |
addPropertyMapping(String propertyName,
String mapping) |
PropertyBuilder |
addPropertyMapping(String propertyName,
String id,
String mapping) |
PropertyBuilder |
addPropertyMapping(String propertyName,
String id,
String mapping,
FetchType fetchType) |
ControllerBuilder |
addRequestType(DataType value) |
ControllerBuilder |
addResponseType(DataType value) |
PropertyBuilder |
addStaticProperty(String propertyName,
Object value) |
ThrowSafeBuilder |
addThrowable(Class<?> target,
String id) |
ThrowSafeBuilder |
addThrowable(Class<?> target,
String view,
boolean resolvedView,
String id,
DispatcherType dispatcher) |
ThrowSafeBuilder |
addThrowable(Class<?> target,
String view,
String id,
DispatcherType dispatcher,
boolean resolvedView) |
ThrowSafeBuilder |
addThrowable(Class<?> target,
String executor,
String view,
DispatcherType dispatcher,
boolean resolvedView,
String resultId,
boolean resultRendered) |
BeanBuilder |
buildMappingBean(String name,
Class<?> target) |
BeanBuilder |
buildMappingBean(String name,
String parentBeanName,
Class<?> target) |
BeanBuilder |
buildProperty(String propertyName,
Class<?> clazz) |
String |
getActionId() |
ActionType |
getActionType() |
Bean |
getBean(String name) |
Class<?> |
getClassType() |
DispatcherType |
getDispatcherType() |
String |
getId() |
protected Logger |
getLogger() |
String |
getName() |
ComponentBuilder |
getParentBuilder() |
PropertyBuilder |
getProperty(String name) |
String |
getView() |
boolean |
isResolvedView() |
protected ControllerBuilder |
removeAlias(ControllerID id) |
ControllerBuilder |
removeAlias(String id) |
ControllerBuilder |
removeRequestType(DataType value) |
ControllerBuilder |
removeResponseType(DataType value) |
ControllerBuilder |
setActionId(String value) |
ControllerBuilder |
setActionType(ActionType actionType) |
ControllerBuilder |
setDefaultAction(String id) |
ControllerBuilder |
setDispatcherType(DispatcherType value) |
ControllerBuilder |
setDispatcherType(String value) |
ControllerBuilder |
setName(String value) |
ControllerBuilder |
setView(String view,
boolean resolvedView) |