org.vraptor.url
Class DefaultViewLocator

java.lang.Object
  extended by org.vraptor.url.DefaultViewLocator
All Implemented Interfaces:
ViewLocator

public class DefaultViewLocator
extends Object
implements ViewLocator


Constructor Summary
DefaultViewLocator()
           
 
Method Summary
 ViewManager locate(javax.servlet.http.HttpServletRequest req, LogicMethod method, ViewManager defaultViewManager)
          Returns the selected view manager for this request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultViewLocator

public DefaultViewLocator()
Method Detail

locate

public ViewManager locate(javax.servlet.http.HttpServletRequest req,
                          LogicMethod method,
                          ViewManager defaultViewManager)
                   throws InvalidURLException,
                          LogicException
Description copied from interface: ViewLocator
Returns the selected view manager for this request.

Specified by:
locate in interface ViewLocator
Throws:
LogicException
InvalidURLException


Copyright © 2004-2008 VRaptor. All Rights Reserved.