|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ControllerConfiguration
This interface exposes the configuration of a controller, so custom configuration may be performed over the given controller module. Custom configuration may be performed in modules that implement the optional ConfigurableModule interface. Method configuration steps SHOULD only be performed within the provided configuration methods, and not after them.
ConfigurableModule| Method Summary | |
|---|---|
AttributeInfo |
getAttributeInfo()
Get the main attribute info for a method. |
RequestMapper |
getRequestMapper()
Get the main mapper of a method. |
RequestMapper |
getRequestMapper(int index)
Get the request mapper associated to an arbitrary index, for mapping customization. |
void |
setAttributeInfo(AttributeInfo info)
Set manually the main attribute info for a method. |
void |
setRequestMapper(int index,
RequestMapper mapper)
Get the request mapper associated to an arbitrary index, for mapping customization. |
void |
setRequestMapper(RequestMapper mapper)
Set the main mapper of a method. |
| Method Detail |
|---|
RequestMapper getRequestMapper()
RequestMapper getRequestMapper(int index)
void setRequestMapper(RequestMapper mapper)
void setRequestMapper(int index,
RequestMapper mapper)
AttributeInfo getAttributeInfo()
void setAttributeInfo(AttributeInfo info)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||