|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ViewResolver
The view resolver determines the path the next view. The view resolver allows the configuration of view properties. Every implementation should hold default values for the properties configurable via init-params in the web.xml:
DefaultViewResolver
Method Summary | |
---|---|
void |
configureView(java.lang.String key,
java.lang.String value)
Configures the resolution of a single view |
void |
configureViews(java.util.Properties viewProperties)
Configures the resolution of multiple views |
java.lang.String |
resolve(View view)
Resolves the view by return the path to the next view |
Method Detail |
---|
java.lang.String resolve(View view)
view
- the View
void configureView(java.lang.String key, java.lang.String value)
key
- the view keyvalue
- the view valuevoid configureViews(java.util.Properties viewProperties)
viewProperties
- the view Properties
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |