org.vraptor.url
Interface LogicLocator
- All Known Implementing Classes:
- DefaultLogicLocator
public interface LogicLocator
Locates the logic method for this request.
- Author:
- Guilherme Silveira
|
Method Summary |
LogicMethod |
locate(javax.servlet.http.HttpServletRequest req)
Returns the selected logic method for this request. |
locate
LogicMethod locate(javax.servlet.http.HttpServletRequest req)
throws InvalidURLException,
LogicNotFoundException,
ComponentNotFoundException
- Returns the selected logic method for this request.
- Throws:
LogicNotFoundException
ComponentNotFoundException
InvalidURLException
Copyright © 2004-2008 VRaptor. All Rights Reserved.