Anyframe Web
A B C D E F G H I L M N O P R S T U V W

A

AbstractActionSupport - Class in anyframe.web.struts.action
Abstract Action Class which provide token, exception, error logging, pre/post execution features.
AbstractActionSupport() - Constructor for class anyframe.web.struts.action.AbstractActionSupport
 
AbstractDispatchAction - Class in anyframe.web.struts.action
Class expanding the anyframe.web.struts.action.DefaultDispatchActionSupport.
AbstractDispatchAction() - Constructor for class anyframe.web.struts.action.AbstractDispatchAction
 
anyframe.web.springmvc.controller - package anyframe.web.springmvc.controller
Provides controller classes extend spring MVC controller class
anyframe.web.springmvc.controller.ria.mip - package anyframe.web.springmvc.controller.ria.mip
Provides controller classes extend AnyframeFormContriller class using MIPlatform.
anyframe.web.springmvc.jasperreports - package anyframe.web.springmvc.jasperreports
Provides reporting classes using spring MVC and jasper report
anyframe.web.springmvc.util.ria.mip - package anyframe.web.springmvc.util.ria.mip
Provides util classes to data conversion using MIPlatform
anyframe.web.struts - package anyframe.web.struts
Provides common classes extend struts common class.
anyframe.web.struts.action - package anyframe.web.struts.action
Provides action classes extend struts action class.
anyframe.web.struts.action.ria.mip - package anyframe.web.struts.action.ria.mip
Provides action classes extend struts action class for MIPlatform.
anyframe.web.struts.filter - package anyframe.web.struts.filter
Provides filter classes extend struts filter class.
anyframe.web.struts.util - package anyframe.web.struts.util
Provides util classes extend struts util class.
anyframe.web.struts.util.ria.mip - package anyframe.web.struts.util.ria.mip
Provides util classes to data conversion using MiPlatform
anyframe.web.tags.message - package anyframe.web.tags.message
Provides message tag classe extend spring MVC message tag class.
anyframe.web.tags.util - package anyframe.web.tags.util
Provides tag util classes
AnyframeFormController - Class in anyframe.web.springmvc.controller
AnyframeFormController Class which provide exception, pre/post execution features.
AnyframeFormController() - Constructor for class anyframe.web.springmvc.controller.AnyframeFormController
 
AnyFrameLog4jConfigListener - Class in anyframe.web.struts
 
AnyFrameLog4jConfigListener() - Constructor for class anyframe.web.struts.AnyFrameLog4jConfigListener
 
AnyframeMiPAction - Class in anyframe.web.struts.action.ria.mip
Abstract Action Class which provide token, exception, error logging, pre/post execution features.
AnyframeMiPAction() - Constructor for class anyframe.web.struts.action.ria.mip.AnyframeMiPAction
 
AnyframeMiPController - Class in anyframe.web.springmvc.controller.ria.mip
Abstract AnyframeMiController Class which provide convert data, operation, set message features.
AnyframeMiPController() - Constructor for class anyframe.web.springmvc.controller.ria.mip.AnyframeMiPController
 
AnyframeMiPDispatchAction - Class in anyframe.web.struts.action.ria.mip
Abstract Dispatch Action Class which provide token, exception, error logging, pre/post execution features
AnyframeMiPDispatchAction() - Constructor for class anyframe.web.struts.action.ria.mip.AnyframeMiPDispatchAction
 
AnyframeMiPDispatchController - Class in anyframe.web.springmvc.controller.ria.mip
 
AnyframeMiPDispatchController() - Constructor for class anyframe.web.springmvc.controller.ria.mip.AnyframeMiPDispatchController
 
APP_ClassloaderManager - Static variable in interface anyframe.web.struts.Constants
 
AuthenticationException - Exception in anyframe.web.struts.util
The class expanding the org.apache.struts.util.ModuleException.
AuthenticationException() - Constructor for exception anyframe.web.struts.util.AuthenticationException
The case for creating the instance without the key value for Exception Message The message's key is error.common.msg.authentication.
AuthenticationException(String) - Constructor for exception anyframe.web.struts.util.AuthenticationException
Sets as the exception message the value appropriate to the message key value.
AuthenticationException(String, String) - Constructor for exception anyframe.web.struts.util.AuthenticationException
Sets as the exception message the value appropriate to the message key and urlname.
AuthorizationException - Exception in anyframe.web.struts.util
The class for expanding org.apache.struts.util.ModuleException Handles the exception for authorization The AuthorizationException occurs in the case the authority is not found when comparing the userrole's role info and the role info for the requested url.
AuthorizationException() - Constructor for exception anyframe.web.struts.util.AuthorizationException
The case for creating the instance without the key value for the Exception Message The message's key is error.common.msg.authorization.
AuthorizationException(String) - Constructor for exception anyframe.web.struts.util.AuthorizationException
Sets as exception message for the appropriate value of the message key value.
AuthorizationException(String, String) - Constructor for exception anyframe.web.struts.util.AuthorizationException
Setting as exception message the value appropriate to the message key and urlname

B

bind(HttpServletRequest, Object) - Method in class anyframe.web.springmvc.controller.AnyframeFormController
Bind request parameters onto the given command bean
bind(VariableList) - Method in class anyframe.web.springmvc.util.ria.mip.MiPDataBinder
Maps to VariableList the VO's value set by using the MiPDataBinder constructor.
bind(Dataset, int) - Method in class anyframe.web.springmvc.util.ria.mip.MiPDataBinder
Maps to Dataset the VO's value set using the MiPDataBinder constructor
bind(Dataset, int, boolean) - Method in class anyframe.web.springmvc.util.ria.mip.MiPDataBinder
Maps to the Dataset the VO's value set using the MiPDataBinder constructor If delete record, the isDeleted is true.
bind(VariableList) - Method in class anyframe.web.struts.util.ria.mip.MiPDataBinder
Maps to VariableList the VO's value set by using the MiPDataBinder constructor.
bind(Dataset, int) - Method in class anyframe.web.struts.util.ria.mip.MiPDataBinder
Maps to Dataset the VO's value set using the MiPDataBinder constructor
bind(Dataset, int, boolean) - Method in class anyframe.web.struts.util.ria.mip.MiPDataBinder
Maps to the Dataset the VO's value set using the MiPDataBinder constructor If delete record, the isDeleted is true.

C

cancelled(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class anyframe.web.struts.action.DefaultDispatchActionSupport
Method which is dispatched to when the request is a cancel button submit.
CharacterEncodingFilter - Class in anyframe.web.struts.filter
The class implementing anyframe.web.struts.filter Changes the encoding of parameter value with respect to the encoding value configured in web.xml web.xml configuration method <servlet> <servlet-name>action</servlet-name> <servlet-class> anyframe.web.struts.common.action.DefaultActionServlet </servlet-class> <init-param> <param-name>config</param-name> <param-value> /config/struts/struts-config-common.xml </param-value> </init-param> <init-param> <param-name>character-encoding</param-name> <param-value>utf-8</param-value> </init-param> </servlet>
CharacterEncodingFilter() - Constructor for class anyframe.web.struts.filter.CharacterEncodingFilter
 
checkInvalidChar(String, String[]) - Method in class anyframe.web.struts.action.DefaultForm
return false when string contains invalid characters return true when string do not contains invalid characters
checkLength(String, int, int) - Method in class anyframe.web.struts.action.DefaultForm
return false when string max return true when min <= string <= max
checkMaxLength(String, int) - Method in class anyframe.web.struts.action.DefaultForm
return false when string > max return true when string <= max
checkRequired(Object) - Method in class anyframe.web.struts.action.DefaultForm
return false when obj is null or obj.length=0
checkValidation() - Method in class anyframe.web.struts.util.ValidatorError
 
clazz - Variable in class anyframe.web.springmvc.controller.ria.mip.AnyframeMiPDispatchController
The Class instance of this AnyframeMiPDispatchConroller class.
clazz - Variable in class anyframe.web.struts.action.DefaultDispatchActionSupport
The Class instance of this DispatchAction class.
clazz - Variable in class anyframe.web.struts.action.ria.mip.AnyframeMiPDispatchAction
The Class instance of this DispatchAction class.
Constants - Interface in anyframe.web.struts
 
CONTENT_DISPOSITION_INLINE - Static variable in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
The default Content-Disposition header.
contextDestroyed(ServletContextEvent) - Method in class anyframe.web.struts.AnyFrameLog4jConfigListener
 
convertDatasetToListMap(Class, Dataset) - Method in class anyframe.web.springmvc.controller.ria.mip.AnyframeMiPController
This method converts Dataset into ListMap(VO LIST). if Dataset's status is 'insert', a key of Map is 'insert' if Dataset's status is 'update', a key of Map is 'update' if Dataset's status is 'delete', a key of Map is 'delete'
convertDatasetToListMap(Class, Dataset, boolean) - Method in class anyframe.web.springmvc.controller.ria.mip.AnyframeMiPController
This method converts Dataset into ListMap(VO LIST). if Dataset's status is 'insert', a key of Map is 'insert' if Dataset's status is 'update', a key of Map is 'update' if Dataset's status is 'delete', a key of Map is 'delete'
convertDatasetToListMap(Class, Dataset) - Method in class anyframe.web.struts.action.ria.mip.AnyframeMiPAction
This method converts Dataset into ListMap(VO LIST).
convertDatasetToListMap(Class, Dataset, boolean) - Method in class anyframe.web.struts.action.ria.mip.AnyframeMiPAction
This method converts Dataset into ListMap(VO LIST).
convertExporterParameters() - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Converts the exporter parameters passed in by the user which may be keyed by Strings corresponding to the fully qualified name of the JRExporterParameter into parameters which are keyed by JRExporterParameter.
convertParameterValue(JRExporterParameter, Object) - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Convert the supplied parameter value into the actual type required by the corresponding JRExporterParameter.
convertReportData(Object) - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Convert the given report data value to a JRDataSource.
convertToExporterParameter(String) - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Convert the given fully qualified field name to a corresponding JRExporterParameter instance.
convertVoListToDataset(String, List, boolean) - Method in class anyframe.web.springmvc.controller.ria.mip.AnyframeMiPController
This method converts Value Object(VO) List into Dataset(MiPlatform).
convertVoListToDataset(String, List, boolean) - Method in class anyframe.web.struts.action.ria.mip.AnyframeMiPAction
This method converts Value Object(VO) List into Dataset(MiPlatform).
convertVoToDataset(String, Object, boolean) - Method in class anyframe.web.springmvc.controller.ria.mip.AnyframeMiPController
This method converts Value Object(VO) into Dataset(MiPlatform).
convertVoToDataset(String, Object, boolean) - Method in class anyframe.web.struts.action.ria.mip.AnyframeMiPAction
This method converts Value Object(VO) into Dataset(MiPlatform).
createExporter() - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsSingleFormatView
Create a JasperReports exporter for a specific output format, which will be used to render the report to the HTTP response.
createExporter() - Method in class anyframe.web.springmvc.jasperreports.ExtendedJasperReportsCsvView
 
createExporter() - Method in class anyframe.web.springmvc.jasperreports.ExtendedJasperReportsHtmlView
 
createExporter() - Method in class anyframe.web.springmvc.jasperreports.ExtendedJasperReportsJXlsView
 
createExporter() - Method in class anyframe.web.springmvc.jasperreports.ExtendedJasperReportsPdfView
 
createResources(String) - Method in class anyframe.web.struts.util.DefaultPropertyMessageResourcesFactory
Create and return a newly instansiated MessageResources.

D

default_charset - Variable in class anyframe.web.struts.action.ria.mip.AnyframeMiPAction
 
default_encode_method - Variable in class anyframe.web.struts.action.ria.mip.AnyframeMiPAction
 
DEFAULT_FORMAT_KEY - Static variable in class anyframe.web.springmvc.jasperreports.ExtendedJasperReportsMultiFormatView
Default value used for format key: "format"
DefaultAction - Class in anyframe.web.struts.action
Class for expanding the spring-webmvc-struts's org.springframework.web.struts.ActionSupport The actual expanded content doesn't exists.
DefaultAction() - Constructor for class anyframe.web.struts.action.DefaultAction
 
DefaultActionMapping - Class in anyframe.web.struts.action
Class expending the org.apache.struts.action.ActionMapping.
DefaultActionMapping() - Constructor for class anyframe.web.struts.action.DefaultActionMapping
Constructor
DefaultActionServlet - Class in anyframe.web.struts.action
ActionServlet provides the "controller" in the Model-View-Controller (MVC) design pattern for web applications that is commonly known as "Model 2".
DefaultActionServlet() - Constructor for class anyframe.web.struts.action.DefaultActionServlet
 
DefaultActionUtils - Class in anyframe.web.struts.action
General purpose utility methods related to processing a servlet request in the Anyframe Web framework.
DefaultActionUtils() - Constructor for class anyframe.web.struts.action.DefaultActionUtils
 
DefaultBaseExceptionHandler - Class in anyframe.web.struts.util
An ExceptionHandler is configured in the Struts configuration file to handle a specific type of exception thrown by an Action.execute method.
DefaultBaseExceptionHandler() - Constructor for class anyframe.web.struts.util.DefaultBaseExceptionHandler
 
defaultBundle - Variable in class anyframe.web.struts.util.DefaultBaseExceptionHandler
 
DefaultDispatchActionSupport - Class in anyframe.web.struts.action
Public Dispatch Action Class which provide token, exception, error logging, pre/post execution features We changed org.apache.struts.actions.DispatchAction Class into anyframe.web.struts.common.action.DefaultDispatchActionSupport Class in Anyframe.
DefaultDispatchActionSupport() - Constructor for class anyframe.web.struts.action.DefaultDispatchActionSupport
 
DefaultExceptionHandler - Class in anyframe.web.struts.util
An ExceptionHandler is configured in the Struts configuration file to handle a specific type of exception thrown by an Action.execute method.
DefaultExceptionHandler() - Constructor for class anyframe.web.struts.util.DefaultExceptionHandler
 
DefaultForm - Class in anyframe.web.struts.action
The class expanding the org.apache.struts.action.ActionForm.
DefaultForm() - Constructor for class anyframe.web.struts.action.DefaultForm
 
DefaultForwardAction - Class in anyframe.web.struts.action
The class expanding the anyframe.web.struts.action.AbstractActionSupport.
DefaultForwardAction() - Constructor for class anyframe.web.struts.action.DefaultForwardAction
 
DefaultMessagesTag - Class in anyframe.web.struts.util
Custom tag that iterates the elements of a message collection.
DefaultMessagesTag() - Constructor for class anyframe.web.struts.util.DefaultMessagesTag
 
DefaultPropertyMessageResources - Class in anyframe.web.struts.util
Concrete subclass of MessageResources that reads message keys and corresponding strings from named property resources in the same manner that java.util.PropertyResourceBundle does.
DefaultPropertyMessageResources(MessageResourcesFactory, String, boolean) - Constructor for class anyframe.web.struts.util.DefaultPropertyMessageResources
Construct a new PropertyMessageResources according to the specified parameters.
DefaultPropertyMessageResourcesFactory - Class in anyframe.web.struts.util
Factory for PropertyMessageResources instances.
DefaultPropertyMessageResourcesFactory() - Constructor for class anyframe.web.struts.util.DefaultPropertyMessageResourcesFactory
 
DefaultRequestProcessor - Class in anyframe.web.struts.action
RequestProcessor contains the processing logic that the performs as it receives each servlet request from the container.
DefaultRequestProcessor() - Constructor for class anyframe.web.struts.action.DefaultRequestProcessor
 
destroy() - Method in class anyframe.web.struts.filter.CharacterEncodingFilter
 
destroyRequestProcessors() - Method in class anyframe.web.struts.action.DefaultActionServlet
Remove RequestProcessors from this servlet context.
dispatchMethod(PlatformRequest, String, VariableList, DatasetList, VariableList, DatasetList) - Method in class anyframe.web.springmvc.controller.ria.mip.AnyframeMiPDispatchController
Returns the method name, given a parameter's value.
dispatchMethod(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, String) - Method in class anyframe.web.struts.action.AbstractDispatchAction
Dispatch to the specified method.
dispatchMethod(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, String) - Method in class anyframe.web.struts.action.DefaultDispatchActionSupport
Dispatch to the specified method.
dispatchMethod(ActionMapping, PlatformRequest, String, VariableList, DatasetList, VariableList, DatasetList) - Method in class anyframe.web.struts.action.ria.mip.AnyframeMiPDispatchAction
Dispatch to the specified method.
doAfterBody() - Method in class anyframe.web.struts.util.DefaultMessagesTag
Make the next collection element available and loop, or finish the iterations if there are no more elements.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class anyframe.web.struts.filter.CharacterEncodingFilter
 
doStartTag() - Method in class anyframe.web.struts.util.DefaultMessagesTag
Construct an iterator for the specified collection, and begin looping through the body once per element.
doStartTag() - Method in class anyframe.web.tags.util.PageNavigatorTag
 

E

execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class anyframe.web.struts.action.AbstractActionSupport
Process the specified non-HTTP request, and create the corresponding non-HTTP response (or forward to another web component that will create it), with provision for handling exceptions thrown by the business logic.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class anyframe.web.struts.action.ria.mip.AnyframeMiPAction
Process the specified Platform request, and create the corresponding Platform response (or forward to another web component that will create it), with provision for handling exceptions thrown by the business logic.
execute(Exception, ExceptionConfig, ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class anyframe.web.struts.util.DefaultBaseExceptionHandler
 
execute(Exception, ExceptionConfig, ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class anyframe.web.struts.util.DefaultExceptionHandler
 
exposeLocalizationContext(Map, HttpServletRequest) - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Expose current Spring-managed Locale and MessageSource to JasperReports i18n ($R expressions etc).
ExtendedAbstractJasperReportsSingleFormatView - Class in anyframe.web.springmvc.jasperreports
Extends AbstractJasperReportsView to provide basic rendering logic for views that use a fixed format, e.g. always PDF or always HTML.
ExtendedAbstractJasperReportsSingleFormatView() - Constructor for class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsSingleFormatView
 
ExtendedAbstractJasperReportsView - Class in anyframe.web.springmvc.jasperreports
Base class for all JasperReports views.
ExtendedAbstractJasperReportsView() - Constructor for class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
 
ExtendedJasperReportsCsvView - Class in anyframe.web.springmvc.jasperreports
Implementation of AbstractJasperReportsSingleFormatView that renders report results in CSV format.
ExtendedJasperReportsCsvView() - Constructor for class anyframe.web.springmvc.jasperreports.ExtendedJasperReportsCsvView
 
ExtendedJasperReportsHtmlView - Class in anyframe.web.springmvc.jasperreports
Implementation of AbstractJasperReportsSingleFormatView that renders report results in HTML format.
ExtendedJasperReportsHtmlView() - Constructor for class anyframe.web.springmvc.jasperreports.ExtendedJasperReportsHtmlView
 
ExtendedJasperReportsJXlsView - Class in anyframe.web.springmvc.jasperreports
Implementation of AbstractJasperReportsSingleFormatView that renders report results in XLS format.
ExtendedJasperReportsJXlsView() - Constructor for class anyframe.web.springmvc.jasperreports.ExtendedJasperReportsJXlsView
 
ExtendedJasperReportsMultiFormatView - Class in anyframe.web.springmvc.jasperreports
Jasper Reports view class that allows for the actual rendering format to be specified at runtime using a parameter contained in the model.
ExtendedJasperReportsMultiFormatView() - Constructor for class anyframe.web.springmvc.jasperreports.ExtendedJasperReportsMultiFormatView
Creates a new JasperReportsMultiFormatView instance with a default set of mappings.
ExtendedJasperReportsPdfView - Class in anyframe.web.springmvc.jasperreports
Implementation of AbstractJasperReportsSingleFormatView that renders report results in PDF format.
ExtendedJasperReportsPdfView() - Constructor for class anyframe.web.springmvc.jasperreports.ExtendedJasperReportsPdfView
 

F

fillReport(Map) - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Create a populated JasperPrint instance from the configured JasperReport instance.
ForwardController - Class in anyframe.web.springmvc.controller
this controller class is forward to JSP page without creating new controller.
ForwardController() - Constructor for class anyframe.web.springmvc.controller.ForwardController
 

G

getAllDeclaredFields(Class) - Static method in class anyframe.web.springmvc.util.ria.mip.ReflectionHelp
Get all declared fields - helpful for retrieving all the fields of an object, including those inherited from parent classes.
getAllDeclaredFields(Class) - Static method in class anyframe.web.struts.util.ria.mip.ReflectionHelp
Get all declared fields - helpful for retrieving all the fields of an object, including those inherited from parent classes.
getAutho() - Method in class anyframe.web.struts.action.DefaultActionMapping
Get authorization list to invoke given URL.
getCharset() - Method in class anyframe.web.struts.util.DefaultPropertyMessageResources
 
getClickNumClass() - Method in class anyframe.web.tags.util.PageNavigatorTag
 
getContentDispositionMappings() - Method in class anyframe.web.springmvc.jasperreports.ExtendedJasperReportsMultiFormatView
Return the mappings of Content-Disposition header values to mapping keys.
getConvertedExporterParameters() - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Allows subclasses to retrieve the converted exporter parameters.
getCurrentPage() - Method in class anyframe.web.tags.util.PageNavigatorTag
 
getErrorMessage() - Method in class anyframe.web.struts.util.ValidatorError
This method which returns validation error message which is error filed, input value etc.
getExceptionHandler(Throwable) - Method in class anyframe.web.springmvc.controller.AnyframeFormController
Determine the exception handler method for the given exception.
getExporterParameter(Object) - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Return a JRExporterParameter for the given parameter object, converting it from a String if necessary.
getExporterParameters() - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Return the exporter parameters that this view uses, if any.
getFields(Object) - Static method in class anyframe.web.springmvc.util.ria.mip.ReflectionHelp
Get all declared fields - helpful for retrieving all the fields of an object, including those inherited from parent classes.
getFields(Object) - Static method in class anyframe.web.struts.util.ria.mip.ReflectionHelp
Get all declared fields - helpful for retrieving all the fields of an object, including those inherited from parent classes.
getFieldValue(Field, Object) - Static method in class anyframe.web.springmvc.util.ria.mip.ReflectionHelp
Get a field's value.
getFieldValue(Field, Object) - Static method in class anyframe.web.struts.util.ria.mip.ReflectionHelp
Get a field's value.
getFirstImg() - Method in class anyframe.web.tags.util.PageNavigatorTag
 
getFormName() - Method in class anyframe.web.tags.util.PageNavigatorTag
 
getImgHeight() - Method in class anyframe.web.tags.util.PageNavigatorTag
 
getImgWidth() - Method in class anyframe.web.tags.util.PageNavigatorTag
 
getJdbcDataSource() - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Return the javax.sql.DataSource that this view uses, if any.
getLastImg() - Method in class anyframe.web.tags.util.PageNavigatorTag
 
getLastModified(HttpServletRequest) - Method in class anyframe.web.springmvc.controller.AnyframeFormController
Try to find an XXXXLastModified method, where XXXX is the name of a handler.
getLinkUrl() - Method in class anyframe.web.tags.util.PageNavigatorTag
 
getLogger() - Method in class anyframe.web.springmvc.controller.AnyframeFormController
 
getLogger() - Method in class anyframe.web.struts.action.AbstractActionSupport
Core Framework Delegation Util Method to get Logger
getLogger() - Method in class anyframe.web.struts.action.AbstractDispatchAction
get Logger
getLogger(String) - Static method in class anyframe.web.struts.action.DefaultActionUtils
Core Framework Delegation Util Method to get Logger
getLogger() - Method in class anyframe.web.struts.action.DefaultDispatchActionSupport
Anyframe Core Delegation Util Method to get Logger
getLogger() - Method in class anyframe.web.struts.action.DefaultForwardAction
Core Framework Delegation Util Method to get Logger
getLogger() - Method in class anyframe.web.struts.action.ria.mip.AnyframeMiPAction
Anyframe Core Delegation Util Method to get Logger
getLogger() - Method in class anyframe.web.struts.action.ria.mip.AnyframeMiPDispatchAction
get Logger
getMessage(Locale, String) - Method in class anyframe.web.struts.util.DefaultPropertyMessageResources
Returns a text message for the specified key, for the default Locale.
getMessageSource() - Method in class anyframe.web.springmvc.controller.SessionFormController
 
getMethod(String) - Method in class anyframe.web.springmvc.controller.ria.mip.AnyframeMiPDispatchController
Introspect the current class to identify a method of the specified name that accepts the same parameter types as the execute method does.
getMethod(String) - Method in class anyframe.web.struts.action.AbstractDispatchAction
get method
getMethod(String) - Method in class anyframe.web.struts.action.DefaultDispatchActionSupport
Introspect the current class to identify a method of the specified name that accepts the same parameter types as the execute method does.
getMethod(String) - Method in class anyframe.web.struts.action.ria.mip.AnyframeMiPDispatchAction
Introspect the current class to identify a method of the specified name that accepts the same parameter types as the execute method does.
getMethodName(VariableList, String) - Method in class anyframe.web.springmvc.controller.ria.mip.AnyframeMiPDispatchController
 
getMethodName(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, String) - Method in class anyframe.web.struts.action.DefaultDispatchActionSupport
Returns the method name, given a parameter's value.
getMethodName(ActionMapping, VariableList, String) - Method in class anyframe.web.struts.action.ria.mip.AnyframeMiPDispatchAction
Returns the method name, given a parameter's value.
getMethodNameResolver() - Method in class anyframe.web.springmvc.controller.AnyframeFormController
Return the MethodNameResolver used by this class.
getName() - Method in class anyframe.web.struts.util.DefaultMessagesTag
 
getNextImg() - Method in class anyframe.web.tags.util.PageNavigatorTag
 
getNumClass() - Method in class anyframe.web.tags.util.PageNavigatorTag
 
getPages() - Method in class anyframe.web.tags.util.PageNavigatorTag
 
getPrevImg() - Method in class anyframe.web.tags.util.PageNavigatorTag
 
getReport() - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Allows sub-classes to get access to the JasperReport instance loaded by Spring.
getReportCompiler() - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Return the JRCompiler instance to use for compiling ".jrxml" report files.
getReportData(Map) - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Find an instance of JRDataSource in the given model map or create an appropriate JRDataSource for passed-in report data.
getReportDataTypes() - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Return the value types that can be converted to a JRDataSource, in prioritized order.
getService(String) - Method in class anyframe.web.struts.action.AbstractActionSupport
Returns using the bean name for the bean registered in WebApplicationContext.
getService(String) - Method in class anyframe.web.struts.action.AbstractDispatchAction
Returns using the bean name for the bean registered in WebApplicationContext.
getService(String) - Method in class anyframe.web.struts.action.DefaultDispatchActionSupport
Returns with bean name the Bean registered with WebApplicationContext.
getService(String) - Method in class anyframe.web.struts.action.ria.mip.AnyframeMiPAction
This method gets Service in WebApplicationContext.
getSuccess_add() - Method in class anyframe.web.springmvc.controller.AnyframeFormController
 
getSuccess_addView() - Method in class anyframe.web.springmvc.controller.AnyframeFormController
 
getSuccess_delete() - Method in class anyframe.web.springmvc.controller.AnyframeFormController
 
getSuccess_get() - Method in class anyframe.web.springmvc.controller.AnyframeFormController
 
getSuccess_list() - Method in class anyframe.web.springmvc.controller.AnyframeFormController
 
getSuccess_update() - Method in class anyframe.web.springmvc.controller.AnyframeFormController
 
getSuffix() - Method in class anyframe.web.struts.util.DefaultMessagesTag
 
getValueObject() - Method in class anyframe.web.struts.action.AbstractDispatchAction
Returns by creating the instance of the VO class used on the Server side.

H

handleInvalidSubmit(HttpServletRequest, HttpServletResponse) - Method in class anyframe.web.springmvc.controller.AnyframeFormController
preventing duplicate form submission and then show the message that key is "common.msg.invalidtoken.error"
handleInvalidSubmit(HttpServletRequest, HttpServletResponse) - Method in class anyframe.web.springmvc.controller.SessionFormController
 
handleNoSuchRequestHandlingMethod(NoSuchRequestHandlingMethodException, HttpServletRequest, HttpServletResponse) - Method in class anyframe.web.springmvc.controller.AnyframeFormController
Handle the case where no request handler method was found.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class anyframe.web.springmvc.controller.AnyframeFormController
Determine a handler method and invoke it.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class anyframe.web.springmvc.controller.ForwardController
 
HEADER_CONTENT_DISPOSITION - Static variable in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Constant that defines "Content-Disposition" header.

I

init() - Method in class anyframe.web.struts.action.DefaultActionServlet
Initialize this servlet.
init(FilterConfig) - Method in class anyframe.web.struts.filter.CharacterEncodingFilter
 
initApplicationContext() - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Checks to see that a valid report file URL is supplied in the configuration.
initBinder(HttpServletRequest, ServletRequestDataBinder) - Method in class anyframe.web.springmvc.controller.AnyframeFormController
Support binding of Date type.
initModuleMessageResources(ModuleConfig) - Method in class anyframe.web.struts.action.DefaultActionServlet
Initialize the application MessageResources for the specified module.
InvalidTokenException - Exception in anyframe.web.struts.util
Sub Class of InvalidTokenException which is occurred when the request has not valid token.
InvalidTokenException(String) - Constructor for exception anyframe.web.struts.util.InvalidTokenException
 
InvalidTokenException(String, Throwable) - Constructor for exception anyframe.web.struts.util.InvalidTokenException
 
invokeNamedMethod(String, HttpServletRequest, HttpServletResponse) - Method in class anyframe.web.springmvc.controller.AnyframeFormController
Invokes the named method.
isResetToken() - Method in class anyframe.web.struts.action.DefaultActionMapping
Get "reset token" configuration
isSaveToken() - Method in class anyframe.web.struts.action.DefaultActionMapping
Get "save token" configuration
isShowNewForm() - Method in class anyframe.web.springmvc.controller.AnyframeFormController
 
isValid() - Method in class anyframe.web.struts.util.ValidatorError
This method which returns a validation check value.
isValidateToken() - Method in class anyframe.web.struts.action.DefaultActionMapping
Get "validate token" configuration

L

LAST_MODIFIED_METHOD_SUFFIX - Static variable in class anyframe.web.springmvc.controller.AnyframeFormController
Suffix for last-modified methods
loadReport() - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Load the main JasperReport from the specified Resource.
loadReport(Resource) - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Loads a JasperReport from the specified Resource.
log - Variable in class anyframe.web.struts.action.AbstractDispatchAction
 
log - Variable in class anyframe.web.struts.action.ria.mip.AnyframeMiPDispatchAction
 
logException(String, Exception) - Method in class anyframe.web.struts.util.DefaultBaseExceptionHandler
Logs the Exception using commons-logging.
logException(String, Exception) - Method in class anyframe.web.struts.util.DefaultExceptionHandler
Logs the Exception using commons-logging.

M

mergeExporterParameters(Map) - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsSingleFormatView
Merges the configured JRExporterParameters with any specified in the supplied model data.
messages - Static variable in class anyframe.web.struts.action.DefaultDispatchActionSupport
The message resources for this package.
messages - Static variable in class anyframe.web.struts.action.DefaultForwardAction
The message resources for this package.
messages - Static variable in class anyframe.web.struts.action.ria.mip.AnyframeMiPDispatchAction
The message resources for this package.
MessagesTag - Class in anyframe.web.tags.message
 
MessagesTag() - Constructor for class anyframe.web.tags.message.MessagesTag
 
methods - Variable in class anyframe.web.springmvc.controller.ria.mip.AnyframeMiPDispatchController
The set of Method objects we have introspected for this class, keyed by method name.
methods - Variable in class anyframe.web.struts.action.AbstractDispatchAction
The set of Method objects we have introspected for this class, keyed by method name.
methods - Variable in class anyframe.web.struts.action.DefaultDispatchActionSupport
The set of Method objects we have introspected for this class, keyed by method name.
methods - Variable in class anyframe.web.struts.action.ria.mip.AnyframeMiPDispatchAction
The set of Method objects we have introspected for this class, keyed by method name.
MiPDataBinder - Class in anyframe.web.springmvc.util.ria.mip
The class expanding the org.springframework.validation.DataBinder As data changing util class, when using the Tobesoft's MiPlatform's to develop the UI, it includes the method for changing the value of VariableList and Dataset used as data transmitting object.
MiPDataBinder(Object) - Constructor for class anyframe.web.springmvc.util.ria.mip.MiPDataBinder
MiPDataBinder's constructor.
MiPDataBinder(Object, boolean) - Constructor for class anyframe.web.springmvc.util.ria.mip.MiPDataBinder
MiPDataBinder's constructor.
MiPDataBinder - Class in anyframe.web.struts.util.ria.mip
The class expanding the org.springframework.validation.DataBinder As data changing util class, when using the Tobesoft's MiPlatform's to develop the UI, it includes the method for changing the value of VariableList and Dataset used as data transmitting object.
MiPDataBinder(Object) - Constructor for class anyframe.web.struts.util.ria.mip.MiPDataBinder
MiPDataBinder's constructor.
MiPDataBinder(Object, boolean) - Constructor for class anyframe.web.struts.util.ria.mip.MiPDataBinder
MiPDataBinder's constructor.
MiPMapper - Class in anyframe.web.springmvc.util.ria.mip
The Util class needed at UI development using the Tobesoft's MiPlatform The MiPlatform's data trasmitting object are Dataset and VariableList.
MiPMapper() - Constructor for class anyframe.web.springmvc.util.ria.mip.MiPMapper
 
MiPMapper - Class in anyframe.web.struts.util.ria.mip
The Util class needed at UI development using the Tobesoft's MiPlatform The MiPlatform's data trasmitting object are Dataset and VariableList.
MiPMapper() - Constructor for class anyframe.web.struts.util.ria.mip.MiPMapper
 

N

name - Variable in class anyframe.web.struts.util.DefaultMessagesTag
 
newCommandObject(Class) - Method in class anyframe.web.springmvc.controller.AnyframeFormController
Create a new command object of the given class.
newInstance(Class) - Static method in class anyframe.web.springmvc.util.ria.mip.ReflectionHelp
Factory method that returns a new instance of the given Class.
newInstance(Class) - Static method in class anyframe.web.struts.util.ria.mip.ReflectionHelp
Factory method that returns a new instance of the given Class.

O

onInit() - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Subclasses can override this to add some custom initialization logic.
onInit() - Method in class anyframe.web.struts.action.AbstractDispatchAction
Anyframe Core Delegation Util Method to get Logger
onInit() - Method in class anyframe.web.struts.action.ria.mip.AnyframeMiPAction
get Logger
onInit() - Method in class anyframe.web.struts.action.ria.mip.AnyframeMiPDispatchAction
get Logger
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class anyframe.web.springmvc.controller.AnyframeFormController
Submit callback with all parameters.
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class anyframe.web.springmvc.controller.SessionFormController
 
operate(PlatformRequest, VariableList, DatasetList, VariableList, DatasetList) - Method in class anyframe.web.springmvc.controller.ria.mip.AnyframeMiPController
Call Business Method
operate(PlatformRequest, VariableList, DatasetList, VariableList, DatasetList) - Method in class anyframe.web.springmvc.controller.ria.mip.AnyframeMiPDispatchController
This is a method for executing the dispatch method.

P

PAGE_NOT_FOUND_LOG_CATEGORY - Static variable in class anyframe.web.springmvc.controller.AnyframeFormController
Log category to use when no mapped handler is found for a request.
PageNavigatorTag - Class in anyframe.web.tags.util
 
PageNavigatorTag() - Constructor for class anyframe.web.tags.util.PageNavigatorTag
 
pageNotFoundLogger - Static variable in class anyframe.web.springmvc.controller.AnyframeFormController
Additional logger to use when no mapped handler is found for a request.
populate(Object, VariableList) - Static method in class anyframe.web.springmvc.util.ria.mip.MiPMapper
Execute the data bind of VariableList and VO class.
populate(Object, VariableList, boolean) - Static method in class anyframe.web.springmvc.util.ria.mip.MiPMapper
Execute the data bind of VariableList and VO.
populate(Class, Dataset) - Static method in class anyframe.web.springmvc.util.ria.mip.MiPMapper
Map the VO the value of Dataset The populate method is different from populateCudList in that all Data record without relation to stauts maps to VO and returns Collection.
populate(Class, Dataset, boolean) - Static method in class anyframe.web.springmvc.util.ria.mip.MiPMapper
Map VO the Dataset's value The populate method is different from populateCudList in that all Data record without relation to stauts maps to VO and returns Collection.
populate(VariableList, Object) - Static method in class anyframe.web.springmvc.util.ria.mip.MiPMapper
Maps the VO to VariaableList
populate(Dataset, Object) - Static method in class anyframe.web.springmvc.util.ria.mip.MiPMapper
Maps to Dataset the VO
populate(Dataset, Object, boolean) - Static method in class anyframe.web.springmvc.util.ria.mip.MiPMapper
Maps Dataset the VO In the case the Dataset's Check Column is needed, then we set isCheck to true
populate(Dataset, List) - Static method in class anyframe.web.springmvc.util.ria.mip.MiPMapper
Maps to Dataset the List consisting of the Value Object
populate(Dataset, List, boolean) - Static method in class anyframe.web.springmvc.util.ria.mip.MiPMapper
This method converts Value Object(VO) List into Dataset(MiPlatform).
populate(Object, VariableList) - Static method in class anyframe.web.struts.util.ria.mip.MiPMapper
Execute the data bind of VariableList and VO class.
populate(Object, VariableList, boolean) - Static method in class anyframe.web.struts.util.ria.mip.MiPMapper
Execute the data bind of VariableList and VO.
populate(Class, Dataset) - Static method in class anyframe.web.struts.util.ria.mip.MiPMapper
Map the VO the value of Dataset The populate method is different from populateCudList in that all Data record without relation to stauts maps to VO and returns Collection.
populate(Class, Dataset, boolean) - Static method in class anyframe.web.struts.util.ria.mip.MiPMapper
Map VO the Dataset's value The populate method is different from populateCudList in that all Data record without relation to stauts maps to VO and returns Collection.
populate(VariableList, Object) - Static method in class anyframe.web.struts.util.ria.mip.MiPMapper
Maps the VO to VariaableList
populate(Dataset, Object) - Static method in class anyframe.web.struts.util.ria.mip.MiPMapper
Maps to Dataset the VO
populate(Dataset, Object, boolean) - Static method in class anyframe.web.struts.util.ria.mip.MiPMapper
Maps Dataset the VO In the case the Dataset's Check Column is needed, then we set isCheck to true
populate(Dataset, List) - Static method in class anyframe.web.struts.util.ria.mip.MiPMapper
Maps to Dataset the List consisting of the Value Object
populate(Dataset, List, boolean) - Static method in class anyframe.web.struts.util.ria.mip.MiPMapper
This method converts Value Object(VO) List into Dataset(MiPlatform).
populateCudList(Class, Dataset) - Static method in class anyframe.web.springmvc.util.ria.mip.MiPMapper
The Dataset consists of many records.
populateCudList(Class, Dataset, boolean) - Static method in class anyframe.web.springmvc.util.ria.mip.MiPMapper
The Dataset consists of many records and each record has status such as insert, update and delete. populateCuList method returns by saving in the HashMap with the key values such as insert, update and delete after mapping in the ArryList consiting of VO according to the record's status.
populateCudList(Class, Dataset) - Static method in class anyframe.web.struts.util.ria.mip.MiPMapper
The Dataset consists of many records.
populateCudList(Class, Dataset, boolean) - Static method in class anyframe.web.struts.util.ria.mip.MiPMapper
The Dataset consists of many records and each record has status such as insert, update and delete. populateCuList method returns by saving in the HashMap with the key values such as insert, update and delete after mapping in the ArryList consiting of VO according to the record's status.
postProcess(HttpServletRequest, HttpServletResponse) - Method in class anyframe.web.springmvc.controller.AnyframeFormController
 
postProcess(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, ActionForward) - Method in class anyframe.web.struts.action.AbstractActionSupport
The basic method which execute some post condition actions eg. exception processing etc.
postProcess(PlatformRequest, VariableList, DatasetList, VariableList, DatasetList) - Method in class anyframe.web.struts.action.ria.mip.AnyframeMiPAction
This method which executes some post condition actions eg.
postProcessReport(JasperPrint, Map) - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Template method to be overridden for custom post-processing of the populated report.
preProcess(HttpServletRequest, HttpServletResponse) - Method in class anyframe.web.springmvc.controller.AnyframeFormController
 
preProcess(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class anyframe.web.struts.action.AbstractActionSupport
The basic method which execute some pre condition actions eg.
preProcess(PlatformRequest, VariableList, DatasetList, VariableList, DatasetList) - Method in class anyframe.web.struts.action.ria.mip.AnyframeMiPAction
This method which executes some pre condition actions eg.
process(HttpServletRequest, HttpServletResponse) - Method in class anyframe.web.springmvc.controller.AnyframeFormController
Determine a handler method and invoke it.
process(HttpServletRequest, HttpServletResponse) - Method in class anyframe.web.springmvc.controller.ria.mip.AnyframeMiPController
Separate Dataset and Variable from current HTTP request
process(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class anyframe.web.struts.action.AbstractActionSupport
The abstract method which sub classes must implement
process(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class anyframe.web.struts.action.AbstractDispatchAction
Overrides the process method of anyframe.web.struts.action.DefaultDispatchActionSupport.
process(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class anyframe.web.struts.action.DefaultDispatchActionSupport
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
process(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class anyframe.web.struts.action.DefaultForwardAction
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
process(ActionMapping, PlatformRequest, VariableList, DatasetList, VariableList, DatasetList) - Method in class anyframe.web.struts.action.ria.mip.AnyframeMiPAction
The abstract method which sub classes must implement
process(ActionMapping, PlatformRequest, VariableList, DatasetList, VariableList, DatasetList) - Method in class anyframe.web.struts.action.ria.mip.AnyframeMiPDispatchAction
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
process(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class anyframe.web.struts.action.ria.mip.AnyframeMiPDispatchAction
 
processCheckedException(HttpServletRequest, HttpServletResponse, Exception) - Method in class anyframe.web.springmvc.controller.AnyframeFormController
 
processCheckedException(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, Exception) - Method in class anyframe.web.struts.action.AbstractActionSupport
The basic method which execute some business exceptional condition actions
processCheckedException(PlatformRequest, VariableList, DatasetList, VariableList, DatasetList, Exception) - Method in class anyframe.web.struts.action.ria.mip.AnyframeMiPAction
When occur Exception, this method executes and sets exception message.
processFinally(HttpServletRequest, HttpServletResponse, ModelAndView) - Method in class anyframe.web.springmvc.controller.AnyframeFormController
 
processFinally(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, ActionForward) - Method in class anyframe.web.struts.action.AbstractActionSupport
The basic method which execute some common condition actions
processFinally(PlatformRequest, PlatformResponse, VariableList, DatasetList, VariableList, DatasetList) - Method in class anyframe.web.struts.action.ria.mip.AnyframeMiPAction
The basic method which execute some common condition actions
processInvalidTokenException(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, Exception) - Method in class anyframe.web.struts.action.AbstractActionSupport
The basic method which execute some token invalid exceptional condition actions
processLocale(HttpServletRequest, HttpServletResponse) - Method in class anyframe.web.struts.action.DefaultRequestProcessor
get a locale information into session.
processPreprocess(HttpServletRequest, HttpServletResponse) - Method in class anyframe.web.struts.action.DefaultRequestProcessor
this method is executed pre. process.
processRoles(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class anyframe.web.struts.action.DefaultRequestProcessor
check authentication and authorization.
processTilesDefinition(String, boolean, HttpServletRequest, HttpServletResponse) - Method in class anyframe.web.struts.action.DefaultRequestProcessor
Process a Tile definition name.
processUnCheckedException(HttpServletRequest, HttpServletResponse, RuntimeException) - Method in class anyframe.web.springmvc.controller.AnyframeFormController
 
processUnCheckedException(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, Exception) - Method in class anyframe.web.struts.action.AbstractActionSupport
The basic method which execute some system exceptional condition actions
processUnCheckedException(PlatformRequest, VariableList, DatasetList, VariableList, DatasetList, Exception) - Method in class anyframe.web.struts.action.ria.mip.AnyframeMiPAction
When occur RunttimeException, this method executes and sets exception message.

R

ReflectionHelp - Class in anyframe.web.springmvc.util.ria.mip
 
ReflectionHelp() - Constructor for class anyframe.web.springmvc.util.ria.mip.ReflectionHelp
 
ReflectionHelp - Class in anyframe.web.struts.util.ria.mip
 
ReflectionHelp() - Constructor for class anyframe.web.struts.util.ria.mip.ReflectionHelp
 
release() - Method in class anyframe.web.struts.util.DefaultMessagesTag
Release all allocated resources.
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Finds the report data to use for rendering the report and then invokes the renderReport method that should be implemented by the subclass.
renderReport(JasperPrint, Map, HttpServletResponse) - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsSingleFormatView
Perform rendering for a single Jasper Reports exporter, that is, for a pre-defined output format.
renderReport(JasperPrint, Map, HttpServletResponse) - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Subclasses should implement this method to perform the actual rendering process.
renderReport(JasperPrint, Map, HttpServletResponse) - Method in class anyframe.web.springmvc.jasperreports.ExtendedJasperReportsMultiFormatView
Locates the format key in the model using the configured discriminator key and uses this key to lookup the appropriate view class from the mappings.

S

SessionFormController - Class in anyframe.web.springmvc.controller
This class is extends SimpleFormController.
SessionFormController() - Constructor for class anyframe.web.springmvc.controller.SessionFormController
 
setAutho(String) - Method in class anyframe.web.struts.action.DefaultActionMapping
Set authorization list to invoke given URL.
setCharset(String) - Method in class anyframe.web.struts.util.DefaultPropertyMessageResources
 
setClickNumClass(String) - Method in class anyframe.web.tags.util.PageNavigatorTag
 
setContentDispositionMappings(Properties) - Method in class anyframe.web.springmvc.jasperreports.ExtendedJasperReportsMultiFormatView
Set the mappings of Content-Disposition header values to mapping keys.
setCurrentPage(int) - Method in class anyframe.web.tags.util.PageNavigatorTag
 
setDelegate(Object) - Method in class anyframe.web.springmvc.controller.AnyframeFormController
Set the delegate used by this class; the default is this, assuming that handler methods have been added by a subclass.
setEncoding(String) - Method in class anyframe.web.struts.filter.CharacterEncodingFilter
 
setExporterParameters(Map) - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Set the exporter parameters that should be used when rendering a view.
setField(Field, Object, Object) - Static method in class anyframe.web.springmvc.util.ria.mip.ReflectionHelp
Set a field's value.
setField(Field, Object, Object) - Static method in class anyframe.web.struts.util.ria.mip.ReflectionHelp
Set a field's value.
setFirstImg(String) - Method in class anyframe.web.tags.util.PageNavigatorTag
 
setForceEncoding(boolean) - Method in class anyframe.web.struts.filter.CharacterEncodingFilter
 
setFormatKey(String) - Method in class anyframe.web.springmvc.jasperreports.ExtendedJasperReportsMultiFormatView
Set the key of the model parameter that holds the format discriminator.
setFormatMappings(Properties) - Method in class anyframe.web.springmvc.jasperreports.ExtendedJasperReportsMultiFormatView
Set the mappings of format discriminators to view class names.
setFormName(String) - Method in class anyframe.web.tags.util.PageNavigatorTag
 
setHeaders(Properties) - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Specify the set of headers that are included in each of response.
setImgHeight(String) - Method in class anyframe.web.tags.util.PageNavigatorTag
 
setImgWidth(String) - Method in class anyframe.web.tags.util.PageNavigatorTag
 
setJdbcDataSource(DataSource) - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Specify the javax.sql.DataSource to use for reports with embedded SQL statements.
setLastImg(String) - Method in class anyframe.web.tags.util.PageNavigatorTag
 
setLinkUrl(String) - Method in class anyframe.web.tags.util.PageNavigatorTag
 
setMessageSource(MessageSource) - Method in class anyframe.web.springmvc.controller.AnyframeFormController
 
setMessageSource(MessageSource) - Method in class anyframe.web.springmvc.controller.SessionFormController
 
setMethodNameResolver(MethodNameResolver) - Method in class anyframe.web.springmvc.controller.AnyframeFormController
Set the method name resolver that this class should use.
setName(String) - Method in class anyframe.web.struts.util.DefaultMessagesTag
 
setNextImg(String) - Method in class anyframe.web.tags.util.PageNavigatorTag
 
setNumClass(String) - Method in class anyframe.web.tags.util.PageNavigatorTag
 
setPages(Page) - Method in class anyframe.web.tags.util.PageNavigatorTag
 
setPrevImg(String) - Method in class anyframe.web.tags.util.PageNavigatorTag
 
setReportCompiler(JRCompiler) - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Specify the JRCompiler implementation to use for compiling a ".jrxml" report file on-the-fly into a report class.
setReportDataKey(String) - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Set the name of the model attribute that represents the report data.
setResetToken(boolean) - Method in class anyframe.web.struts.action.DefaultActionMapping
"reset token" configuration
setResultMessage(VariableList, int, String) - Method in class anyframe.web.springmvc.controller.ria.mip.AnyframeMiPController
Set a result message
setResultMessage(VariableList, int, String) - Method in class anyframe.web.struts.action.ria.mip.AnyframeMiPAction
This method sets result message
setSaveToken(boolean) - Method in class anyframe.web.struts.action.DefaultActionMapping
"save token" configuration
setShowNewForm(boolean) - Method in class anyframe.web.springmvc.controller.AnyframeFormController
 
setSubReportDataKeys(String[]) - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Set the list of names corresponding to the model parameters that will contain data source objects for use in sub-reports.
setSubReportUrls(Properties) - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsView
Specify resource paths which must be loaded as instances of JasperReport and passed to the JasperReports engine for rendering as sub-reports, under the same keys as in this mapping.
setSuccess_add(String) - Method in class anyframe.web.springmvc.controller.AnyframeFormController
 
setSuccess_addView(String) - Method in class anyframe.web.springmvc.controller.AnyframeFormController
 
setSuccess_delete(String) - Method in class anyframe.web.springmvc.controller.AnyframeFormController
 
setSuccess_get(String) - Method in class anyframe.web.springmvc.controller.AnyframeFormController
 
setSuccess_list(String) - Method in class anyframe.web.springmvc.controller.AnyframeFormController
 
setSuccess_update(String) - Method in class anyframe.web.springmvc.controller.AnyframeFormController
 
setSuffix(String) - Method in class anyframe.web.struts.util.DefaultMessagesTag
 
setValidateToken(boolean) - Method in class anyframe.web.struts.action.DefaultActionMapping
"validate token" configuration
setViewName(String) - Method in class anyframe.web.springmvc.controller.ForwardController
 
storeException(HttpServletRequest, String[], ActionForward, String) - Method in class anyframe.web.struts.util.DefaultBaseExceptionHandler
 
storeException(HttpServletRequest, String, ActionMessage, ActionForward, String) - Method in class anyframe.web.struts.util.DefaultExceptionHandler
 
suffix - Variable in class anyframe.web.struts.util.DefaultMessagesTag
The message resource key for errors suffix.

T

types - Variable in class anyframe.web.springmvc.controller.ria.mip.AnyframeMiPDispatchController
The set of Method objects we have introspected for this class, keyed by method name.
types - Variable in class anyframe.web.struts.action.AbstractDispatchAction
The set of argument type classes for the reflected method call.
types - Variable in class anyframe.web.struts.action.DefaultDispatchActionSupport
The set of argument type classes for the reflected method call.
types - Variable in class anyframe.web.struts.action.ria.mip.AnyframeMiPDispatchAction
The set of Method objects we have introspected for this class, keyed by method name.

U

unspecified(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class anyframe.web.struts.action.DefaultDispatchActionSupport
Method which is dispatched to when there is no value for specified request parameter included in the request.
unspecified(ActionMapping, PlatformRequest) - Method in class anyframe.web.struts.action.ria.mip.AnyframeMiPDispatchAction
Method which is dispatched to when there is no value for specified request parameter included in the request.
useWriter() - Method in class anyframe.web.springmvc.jasperreports.ExtendedAbstractJasperReportsSingleFormatView
Return whether to use a java.io.Writer to write text content to the HTTP response.
useWriter() - Method in class anyframe.web.springmvc.jasperreports.ExtendedJasperReportsCsvView
 
useWriter() - Method in class anyframe.web.springmvc.jasperreports.ExtendedJasperReportsHtmlView
 
useWriter() - Method in class anyframe.web.springmvc.jasperreports.ExtendedJasperReportsJXlsView
 
useWriter() - Method in class anyframe.web.springmvc.jasperreports.ExtendedJasperReportsPdfView
 

V

validate(HttpServletRequest, ValueObject, String) - Method in class anyframe.web.struts.action.AbstractDispatchAction
Does the VO's validation check.
validate(HttpServletRequest, ValueObject, String, int) - Method in class anyframe.web.struts.action.AbstractDispatchAction
Does the validation check of VO.
ValidatorError - Class in anyframe.web.struts.util
The ValidatorError class which provides a method which gets validation Error Messages when execute initValidator method in org.apache.commons.validator.Validator class.
ValidatorError() - Constructor for class anyframe.web.struts.util.ValidatorError
 
VariableListPropertyValues - Class in anyframe.web.springmvc.util.ria.mip
The class expanding org.springframework.beans.MutablePropertyValues Create the object to bind to the VO using the column name and value for MiPlatform's VariableList and Dataset
VariableListPropertyValues(VariableList, boolean) - Constructor for class anyframe.web.springmvc.util.ria.mip.VariableListPropertyValues
After converting the VariableList to key value and the data value to Map type, create the MutablePropertyValues object
VariableListPropertyValues(Dataset, int, boolean) - Constructor for class anyframe.web.springmvc.util.ria.mip.VariableListPropertyValues
After changing to the Map type the data value and Dataset's column name, create the MutablePropertyValues object
VariableListPropertyValues(Dataset, int, boolean, boolean) - Constructor for class anyframe.web.springmvc.util.ria.mip.VariableListPropertyValues
After changing to Map type the data value and Dataset's column name, create MutablePropertyValues object
VariableListPropertyValues - Class in anyframe.web.struts.util.ria.mip
The class expanding org.springframework.beans.MutablePropertyValues Create the object to bind to the VO using the column name and value for MiPlatform's VariableList and Dataset
VariableListPropertyValues(VariableList, boolean) - Constructor for class anyframe.web.struts.util.ria.mip.VariableListPropertyValues
After converting the VariableList to key value and the data value to Map type, create the MutablePropertyValues object
VariableListPropertyValues(Dataset, int, boolean) - Constructor for class anyframe.web.struts.util.ria.mip.VariableListPropertyValues
After changing to the Map type the data value and Dataset's column name, create the MutablePropertyValues object
VariableListPropertyValues(Dataset, int, boolean, boolean) - Constructor for class anyframe.web.struts.util.ria.mip.VariableListPropertyValues
After changing to Map type the data value and Dataset's column name, create MutablePropertyValues object

W

writeMessage(String) - Method in class anyframe.web.tags.message.MessagesTag
Write the message to the page.

A B C D E F G H I L M N O P R S T U V W
Anyframe Web

Copyright © 2008-2009 Samsung SDS. All Rights Reserved.