org.vraptor.url
Class DefaultLogicLocator

java.lang.Object
  extended by org.vraptor.url.DefaultLogicLocator
All Implemented Interfaces:
LogicLocator

public class DefaultLogicLocator
extends Object
implements LogicLocator

The default url manager translates url data.

Author:
Guilherme Silveira

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

Constructor Detail

DefaultLogicLocator

public DefaultLogicLocator(ComponentManager manager)
Method Detail

locate

public LogicMethod locate(javax.servlet.http.HttpServletRequest req)
                   throws InvalidURLException,
                          LogicNotFoundException,
                          ComponentNotFoundException
Description copied from interface: LogicLocator
Returns the selected logic method for this request.

Specified by:
locate in interface LogicLocator
Throws:
LogicNotFoundException
ComponentNotFoundException
InvalidURLException


Copyright © 2004-2008 VRaptor. All Rights Reserved.