|
Return to www.inductionframework.org | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.acciente.induction.resolver.ShortURLControllerResolver
public class ShortURLControllerResolver
ShortURLControllerResolver
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.acciente.induction.resolver.ControllerResolver |
|---|
ControllerResolver.Resolution |
| Constructor Summary | |
|---|---|
ShortURLControllerResolver(Config.ControllerMapping oControllerMapping,
java.lang.ClassLoader oClassLoader)
|
|
| Method Summary | |
|---|---|
ControllerResolver.Resolution |
resolve(javax.servlet.http.HttpServletRequest oRequest)
This method should resolve the the specified HTTP request to the class name of a controller and method name (within the same class) to be invoked |
ControllerResolver.Resolution |
resolve(java.lang.Throwable oThrowable)
This method is called if an exception occurs during controller or view execution. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShortURLControllerResolver(Config.ControllerMapping oControllerMapping,
java.lang.ClassLoader oClassLoader)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException| Method Detail |
|---|
public ControllerResolver.Resolution resolve(javax.servlet.http.HttpServletRequest oRequest)
ControllerResolver
resolve in interface ControllerResolveroRequest - the HTTP request context in which the resolution is requested
public ControllerResolver.Resolution resolve(java.lang.Throwable oThrowable)
ControllerResolver
resolve in interface ControllerResolveroThrowable - the exception context in which the resolution is requested
|
Return to www.inductionframework.org | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||