|
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.dispatcher.controller.ControllerExecutor
public class ControllerExecutor
Internal. This class executes a specified method on a specified controller instance
| Constructor Summary | |
|---|---|
ControllerExecutor(ControllerPool oControllerPool,
ControllerParameterProviderFactory oControllerParameterProviderFactory)
Creates a new controller executor instance |
|
| Method Summary | |
|---|---|
java.lang.Object |
execute(ControllerResolver.Resolution oResolution,
javax.servlet.http.HttpServletRequest oRequest,
javax.servlet.http.HttpServletResponse oResponse)
Executes the controller specified in the oResolution parameter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ControllerExecutor(ControllerPool oControllerPool,
ControllerParameterProviderFactory oControllerParameterProviderFactory)
oControllerPool - a controller pooloControllerParameterProviderFactory - a parameter value resolver| Method Detail |
|---|
public java.lang.Object execute(ControllerResolver.Resolution oResolution,
javax.servlet.http.HttpServletRequest oRequest,
javax.servlet.http.HttpServletResponse oResponse)
throws ControllerExecutorException
oResolution - specifies the controller to executeoRequest - passed thru to the controller if the controller so requestsoResponse - passed thru to the controller if the controller so requests
ControllerExecutorException - if an error was encountered during controller loading, executing,
or post post processing, the exception's cause will always contain the actual underlying cause of the error
|
Return to www.inductionframework.org | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||