Return to www.inductionframework.org

Package com.acciente.induction.resolver

Interface Summary
ControllerResolver This interface is used to abstract the algorithm used to map a HTTP request to a specific controller invocation.
RedirectResolver This interface is used to abstract the algorithm used to map a redirect request to an actual URL
 

Class Summary
ControllerResolver.Resolution A container object containg the resolution information.
URLPathControllerResolver This class implements a controller resolver that maps the path info in the URL to a controller class name and method name.
URLPathRedirectResolver This class is an illustrative implementation of a RedirectResolver that works in a manner consistent to the scheme used by the default ControllerResolver class, URLPathControllerResolver.
 


Return to www.inductionframework.org

Copyright (c) 2008 Acciente, LLC. All rights reserved.