|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

public interface Controller
The controller interface specifies a pluggable mechanism to develop front controller implementations.
| Method Summary | |
|---|---|
XMLProperties |
getConfiguration()
Return the configuration properties of this controller. |
java.util.Map |
getProperties()
Return the global configuration properties as a map. |
java.lang.String |
getResource()
Return the name of the configured resource for this controller. |
Validator |
getValidator(java.lang.String name)
Return the named Validator instance. |
| Method Detail |
|---|
XMLProperties getConfiguration()
Validator getValidator(java.lang.String name)
name - String containing the name of the Validator to return
java.util.Map getProperties()
java.lang.String getResource()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||