org.vraptor.url
Class DefaultLogicLocator
java.lang.Object
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
|
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 |
DefaultLogicLocator
public DefaultLogicLocator(ComponentManager manager)
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.