|
Anyframe Web | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.context.support.ApplicationObjectSupport
org.springframework.web.context.support.WebApplicationObjectSupport
org.springframework.web.servlet.support.WebContentGenerator
org.springframework.web.servlet.mvc.AbstractController
org.springframework.web.servlet.mvc.BaseCommandController
org.springframework.web.servlet.mvc.AbstractFormController
org.springframework.web.servlet.mvc.SimpleFormController
anyframe.web.springmvc.controller.AnyframeFormController
anyframe.web.springmvc.controller.ria.mip.AnyframeMiPController
anyframe.web.springmvc.controller.ria.mip.AnyframeMiPDispatchController
public class AnyframeMiPDispatchController
| Field Summary | |
|---|---|
protected java.lang.Class |
clazz
The Class instance of this AnyframeMiPDispatchConroller class. |
protected java.util.HashMap |
methods
The set of Method objects we have introspected for this class, keyed by method name. |
protected java.lang.Class[] |
types
The set of Method objects we have introspected for this class, keyed by method name. |
| Fields inherited from class anyframe.web.springmvc.controller.AnyframeFormController |
|---|
LAST_MODIFIED_METHOD_SUFFIX, PAGE_NOT_FOUND_LOG_CATEGORY, pageNotFoundLogger |
| Fields inherited from class org.springframework.web.servlet.mvc.BaseCommandController |
|---|
DEFAULT_COMMAND_NAME |
| Fields inherited from class org.springframework.web.servlet.support.WebContentGenerator |
|---|
METHOD_GET, METHOD_HEAD, METHOD_POST |
| Fields inherited from class org.springframework.context.support.ApplicationObjectSupport |
|---|
logger |
| Constructor Summary | |
|---|---|
AnyframeMiPDispatchController()
|
|
| Method Summary | |
|---|---|
protected void |
dispatchMethod(com.tobesoft.platform.PlatformRequest request,
java.lang.String name,
com.tobesoft.platform.data.VariableList inVl,
com.tobesoft.platform.data.DatasetList inDl,
com.tobesoft.platform.data.VariableList outVl,
com.tobesoft.platform.data.DatasetList outDl)
Returns the method name, given a parameter's value. |
protected java.lang.reflect.Method |
getMethod(java.lang.String name)
Introspect the current class to identify a method of the specified name that accepts the same parameter types as the execute
method does. |
protected java.lang.String |
getMethodName(com.tobesoft.platform.data.VariableList in_vl,
java.lang.String parameter)
|
void |
operate(com.tobesoft.platform.PlatformRequest platformRequest,
com.tobesoft.platform.data.VariableList inVl,
com.tobesoft.platform.data.DatasetList inDl,
com.tobesoft.platform.data.VariableList outVl,
com.tobesoft.platform.data.DatasetList outDl)
This is a method for executing the dispatch method. |
| Methods inherited from class anyframe.web.springmvc.controller.ria.mip.AnyframeMiPController |
|---|
convertDatasetToListMap, convertDatasetToListMap, convertVoListToDataset, convertVoToDataset, process, setResultMessage |
| Methods inherited from class org.springframework.web.servlet.mvc.SimpleFormController |
|---|
doSubmitAction, getFormView, getSuccessView, isFormChangeRequest, isFormChangeRequest, onFormChange, onFormChange, onSubmit, onSubmit, processFormSubmission, referenceData, referenceData, setFormView, setSuccessView, showForm, showForm, suppressValidation |
| Methods inherited from class org.springframework.web.servlet.mvc.AbstractFormController |
|---|
currentFormObject, formBackingObject, getCommand, getErrorsForNewForm, getFormSessionAttributeName, getFormSessionAttributeName, isBindOnNewForm, isFormSubmission, isSessionForm, onBindOnNewForm, onBindOnNewForm, setBindOnNewForm, setSessionForm, showForm, showForm, showNewForm |
| Methods inherited from class org.springframework.web.servlet.mvc.BaseCommandController |
|---|
bindAndValidate, checkCommand, createBinder, createCommand, getBindingErrorProcessor, getCommandClass, getCommandName, getMessageCodesResolver, getPropertyEditorRegistrars, getValidator, getValidators, getWebBindingInitializer, initApplicationContext, isValidateOnBinding, onBind, onBind, onBindAndValidate, prepareBinder, setBindingErrorProcessor, setCommandClass, setCommandName, setMessageCodesResolver, setPropertyEditorRegistrar, setPropertyEditorRegistrars, setValidateOnBinding, setValidator, setValidators, setWebBindingInitializer, suppressBinding, suppressValidation, suppressValidation, useDirectFieldAccess |
| Methods inherited from class org.springframework.web.servlet.mvc.AbstractController |
|---|
handleRequest, isSynchronizeOnSession, setSynchronizeOnSession |
| Methods inherited from class org.springframework.web.servlet.support.WebContentGenerator |
|---|
applyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeader |
| Methods inherited from class org.springframework.web.context.support.WebApplicationObjectSupport |
|---|
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext |
| Methods inherited from class org.springframework.context.support.ApplicationObjectSupport |
|---|
getApplicationContext, getMessageSourceAccessor, requiredContextClass, setApplicationContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.HashMap methods
protected java.lang.Class clazz
AnyframeMiPDispatchConroller class.
protected java.lang.Class[] types
| Constructor Detail |
|---|
public AnyframeMiPDispatchController()
| Method Detail |
|---|
public void operate(com.tobesoft.platform.PlatformRequest platformRequest,
com.tobesoft.platform.data.VariableList inVl,
com.tobesoft.platform.data.DatasetList inDl,
com.tobesoft.platform.data.VariableList outVl,
com.tobesoft.platform.data.DatasetList outDl)
throws java.lang.Exception
operate in class AnyframeMiPControllerrequest - The Platform request we are processinginVl - a input VariableListinDl - a input DatasetoutVl - a output VariableListoutDl - a output Dataset
java.lang.Exception - if an exception occurs
protected java.lang.String getMethodName(com.tobesoft.platform.data.VariableList in_vl,
java.lang.String parameter)
throws java.lang.Exception
java.lang.Exception
protected void dispatchMethod(com.tobesoft.platform.PlatformRequest request,
java.lang.String name,
com.tobesoft.platform.data.VariableList inVl,
com.tobesoft.platform.data.DatasetList inDl,
com.tobesoft.platform.data.VariableList outVl,
com.tobesoft.platform.data.DatasetList outDl)
throws java.lang.Exception
mapping - The ActionMapping used to select this instancein_vl - parameter -
java.lang.Exception
protected java.lang.reflect.Method getMethod(java.lang.String name)
throws java.lang.Exception
execute
method does.
name - Name of the method to be introspected
java.lang.Exception
|
Anyframe Web | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||