org.codehaus.waffle.view
Interface ViewResolver

All Known Implementing Classes:
DefaultViewResolver

public interface ViewResolver


Method Summary
 java.lang.String resolve(View view)
          Determine what the path is to the next view
 

Method Detail

resolve

java.lang.String resolve(View view)
Determine what the path is to the next view

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


Copyright © 2007 null. All Rights Reserved.