|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModuleConfiguration
A module is a generic object in cetia, that may be a servlet, a portlet, or a nested object in a REST environment. Methods in a module may work as controllers. This class allows a user obtain a reference to the individual controllers that are part of a module, so they may be configured individually.
ConfigurableModule| Method Summary | |
|---|---|
ControllerConfiguration |
getControllerConfiguration(MethodType type,
java.lang.String name,
int paramSize)
Get the controller configuration for the controller with the given name and primitive parameter size. |
ControllerConfiguration |
getControllerConfiguration(MethodType type,
java.lang.String name,
int paramSize,
java.lang.String requestType)
Get the controller configuration for the controller with the given name, primitive parameter size and request type. |
| Method Detail |
|---|
ControllerConfiguration getControllerConfiguration(MethodType type,
java.lang.String name,
int paramSize)
ControllerConfiguration getControllerConfiguration(MethodType type,
java.lang.String name,
int paramSize,
java.lang.String requestType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||