webwork.dispatcher
Interface ViewMapping

All Known Implementing Classes:
CachingViewMapping, ConfigurationViewMapping, DefaultViewMapping, DynamicViewMapping

public interface ViewMapping

Implementations of this interface provide a mapping from action+result to a particular view that should be used to present the results to the end user.

Version:
$Revision: 1.9 $
Author:
Rickard Öberg (rickard@middleware-company.com)

Method Summary
 java.lang.Object getView(java.lang.String anActionName, java.lang.String aViewName)
          Get view corresponding to given action and view names.
 

Method Detail

getView

public java.lang.Object getView(java.lang.String anActionName,
                                java.lang.String aViewName)
Get view corresponding to given action and view names.



Copyright © 2001-2003 WebWork All Rights Reserved.