| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MessageResources | |
| org.apache.struts.action | The action package is the core of the struts framework, providing the "Controller" aspect of a MVC model. | 
| org.apache.struts.actions | The actions package provides special adapters between the incoming HTTP request and the corresponding business logic. | 
| org.apache.struts.config | The "config" package contains configuration objects that correspond to
elements that may be specified in the struts-config.xmlmodule configuration file. | 
| org.apache.struts.taglib.bean | The "struts-bean" tag library contains JSP custom tags useful in defining new beans (in any desired scope) from a variety of possible sources, as well as a tag to render a particular bean (or bean property) to the output response. | 
| org.apache.struts.taglib.html | The "struts-html" tag library contains JSP custom tags useful in creating dynamic HTML user interfaces, including input forms. | 
| org.apache.struts.taglib.logic | The "struts-logic" tag library contains tags that are useful in managing conditional generation of output text, looping over object collections for repetitive generation of output text, and application flow management. | 
| org.apache.struts.util | The Utilities package provides a variety of families of classes, to solve problems that are commonly encountered in building web applications. | 
| org.apache.struts.validator | The validator package provides a series of classes to validate ActionFormtype of input. | 
| Uses of MessageResources in org.apache.struts.action | 
| Fields in org.apache.struts.action declared as MessageResources | |
| protected  MessageResources | ActionServlet.internalThe resources object for our internal resources. | 
| Methods in org.apache.struts.action that return MessageResources | |
|  MessageResources | ActionServlet.getInternal()Return the MessageResourcesinstance containing our
 internal message strings. | 
|  MessageResources | ActionServlet.getResources()Deprecated. Actions should call Action.getResources(HttpServletRequest) instead of this method, in order to retrieve the resources for the current module. | 
| protected  MessageResources | RequestProcessor.getInternal()Return the MessageResourcesinstance containing our
 internal message strings. | 
| protected  MessageResources | Action.getResources()Deprecated. This method can only return the resources for the default module. Use getResources(HttpServletRequest) to get the resources for the current module. | 
| protected  MessageResources | Action.getResources(javax.servlet.http.HttpServletRequest request)Return the default message resources for the current module. | 
| protected  MessageResources | Action.getResources(javax.servlet.http.HttpServletRequest request,
             java.lang.String key)Return the specified message resources for the current module. | 
| Uses of MessageResources in org.apache.struts.actions | 
| Fields in org.apache.struts.actions declared as MessageResources | |
| protected static MessageResources | ForwardAction.messagesThe message resources for this package. | 
| protected static MessageResources | DispatchAction.messagesThe message resources for this package. | 
| protected static MessageResources | SwitchAction.messagesThe message resources for this package. | 
| protected static MessageResources | IncludeAction.messagesThe message resources for this package. | 
| Uses of MessageResources in org.apache.struts.config | 
| Methods in org.apache.struts.config that return MessageResources | |
|  MessageResources | ConfigHelper.getMessageResources()The application resources for this application. | 
|  MessageResources | ConfigHelperInterface.getMessageResources()The application resources for this application. | 
| Uses of MessageResources in org.apache.struts.taglib.bean | 
| Fields in org.apache.struts.taglib.bean declared as MessageResources | |
| protected static MessageResources | DefineTag.messagesThe message resources for this package. | 
| protected static MessageResources | MessageTag.messagesThe message resources for this package. | 
| protected static MessageResources | WriteTag.messagesThe message resources for this package. | 
| protected static MessageResources | IncludeTag.messagesThe message resources for this package. | 
| protected static MessageResources | StrutsTag.messagesThe message resources for this package. | 
| protected static MessageResources | SizeTag.messagesThe message resources for this package. | 
| protected static MessageResources | ResourceTag.messagesThe message resources for this package. | 
| protected static MessageResources | ParameterTag.messagesThe message resources for this package. | 
| protected static MessageResources | PageTag.messagesThe message resources for this package. | 
| protected static MessageResources | HeaderTag.messagesThe message resources for this package. | 
| protected static MessageResources | CookieTag.messagesThe message resources for this package. | 
| Uses of MessageResources in org.apache.struts.taglib.html | 
| Fields in org.apache.struts.taglib.html declared as MessageResources | |
| protected static MessageResources | OptionsTag.messagesThe message resources for this package. | 
| protected static MessageResources | OptionsCollectionTag.messagesThe message resources for this package. | 
| protected static MessageResources | ErrorsTag.messagesThe message resources for this package. | 
| protected static MessageResources | BaseHandlerTag.messagesThe message resources for this package. | 
| protected static MessageResources | LinkTag.messagesThe message resources for this package. | 
| protected static MessageResources | SelectTag.messagesThe message resources for this package. | 
| protected static MessageResources | MessagesTag.messageResourcesThe message resources for this package. | 
| protected static MessageResources | CancelTag.messagesThe message resources for this package. | 
| protected static MessageResources | MultiboxTag.messagesThe message resources for this package. | 
| protected static MessageResources | BaseInputTag.messagesThe message resources for this package. | 
| protected static MessageResources | BaseTag.messagesThe message resources for this package. | 
| protected static MessageResources | CheckboxTag.messagesThe message resources for this package. | 
| protected static MessageResources | ImgTag.messagesThe message resources for this package. | 
| protected static MessageResources | HtmlTag.messagesThe message resources for this package. | 
| protected static MessageResources | FormTag.messagesThe message resources for this package. | 
| protected static MessageResources | SubmitTag.messagesThe message resources for this package. | 
| protected static MessageResources | ResetTag.messagesThe message resources for this package. | 
| protected static MessageResources | OptionTag.messagesThe message resources for this package. | 
| protected static MessageResources | RadioTag.messagesThe message resources for this package. | 
| Uses of MessageResources in org.apache.struts.taglib.logic | 
| Fields in org.apache.struts.taglib.logic declared as MessageResources | |
| protected static MessageResources | IterateTag.messagesThe message resources for this package. | 
| protected static MessageResources | ForwardTag.messagesThe message resources for this package. | 
| protected static MessageResources | ConditionalTagBase.messagesThe message resources for this package. | 
| protected static MessageResources | RedirectTag.messagesThe message resources for this package. | 
| protected static MessageResources | CompareTagBase.messagesThe message resources for this package. | 
| Uses of MessageResources in org.apache.struts.util | 
| Subclasses of MessageResources in org.apache.struts.util | |
|  class | PropertyMessageResourcesConcrete subclass of MessageResourcesthat reads message keys
 and corresponding strings from named property resources in the same manner
 thatjava.util.PropertyResourceBundledoes. | 
| Fields in org.apache.struts.util declared as MessageResources | |
| protected static MessageResources | ResponseUtils.messagesThe message resources for this package. | 
| private static MessageResources | RequestUtils.messagesThe message resources for this package. | 
| Methods in org.apache.struts.util that return MessageResources | |
| static MessageResources | StrutsValidatorUtil.getMessageResources(javax.servlet.ServletContext application)Deprecated. This method can only return the resources for the default module. Use getMessageResources(HttpServletRequest) to get the resources for the current application module. | 
| static MessageResources | StrutsValidatorUtil.getMessageResources(javax.servlet.http.HttpServletRequest request)Deprecated. Retrieve MessageResourcesfor the application module. | 
|  MessageResources | PropertyMessageResourcesFactory.createResources(java.lang.String config)Create and return a newly instansiated MessageResources. | 
| abstract  MessageResources | MessageResourcesFactory.createResources(java.lang.String config)Create and return a newly instansiated MessageResources. | 
| static MessageResources | MessageResources.getMessageResources(java.lang.String config)Create and return an instance of MessageResourcesfor the
 created by the defaultMessageResourcesFactory. | 
| private static MessageResources | RequestUtils.retrieveMessageResources(javax.servlet.jsp.PageContext pageContext,
                         java.lang.String bundle,
                         boolean checkPageScope)Returns the appropriate MessageResources object for the current module and the given bundle. | 
| Methods in org.apache.struts.util with parameters of type MessageResources | |
| static java.lang.String | StrutsValidatorUtil.getMessage(MessageResources messages,
           java.util.Locale locale,
           java.lang.String key)Deprecated. Gets the Localesensitive value based on the key passed in. | 
| static java.lang.String | StrutsValidatorUtil.getMessage(MessageResources messages,
           java.util.Locale locale,
           org.apache.commons.validator.ValidatorAction va,
           org.apache.commons.validator.Field field)Deprecated. As of Struts 1.1, replaced by Resources.getMessage(MessageResources, Locale, ValidatorAction , Field) | 
| static java.lang.String[] | StrutsValidatorUtil.getArgs(java.lang.String actionName,
        MessageResources messages,
        java.util.Locale locale,
        org.apache.commons.validator.Field field)Deprecated. As of Struts 1.1, replaced by Resources.getArgs(String,MessageResources,Locale,Field) | 
| Uses of MessageResources in org.apache.struts.validator | 
| Methods in org.apache.struts.validator that return MessageResources | |
| static MessageResources | Resources.getMessageResources(javax.servlet.ServletContext application)Deprecated. This method can only return the resources for the default module. Use getMessageResources(HttpServletRequest) to get the resources for the current module. | 
| static MessageResources | Resources.getMessageResources(javax.servlet.http.HttpServletRequest request)Retrieve MessageResourcesfor the module. | 
| Methods in org.apache.struts.validator with parameters of type MessageResources | |
| static java.lang.String | Resources.getMessage(MessageResources messages,
           java.util.Locale locale,
           java.lang.String key)Gets the Localesensitive value based on the key passed in. | 
| static java.lang.String | Resources.getMessage(MessageResources messages,
           java.util.Locale locale,
           org.apache.commons.validator.ValidatorAction va,
           org.apache.commons.validator.Field field)Gets the locale sensitive message based on the ValidatorActionmessage and theField's arg objects. | 
| static java.lang.String[] | Resources.getArgs(java.lang.String actionName,
        MessageResources messages,
        java.util.Locale locale,
        org.apache.commons.validator.Field field)Gets the message arguments based on the current ValidatorActionandField. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||