org.codehaus.waffle.view
Interface ViewResolver

All Known Implementing Classes:
DefaultViewResolver

public interface ViewResolver

The view resolver determines the path the next view

Author:
Michael Ward

Method Summary
 java.lang.String resolve(View view)
          Resolves the view by return the path to the next view
 

Method Detail

resolve

java.lang.String resolve(View view)
Resolves the view by return the path to the next view

Parameters:
view - the View
Returns:
The path to the next View.


Copyright © 2008. All Rights Reserved.