|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Class
org.apache.struts.util.MessageResources
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.xml
module configuration file. |
org.apache.struts.taglib | |
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
ActionForm type of input. |
Uses of MessageResources in org.apache.struts.action |
Fields in org.apache.struts.action declared as MessageResources | |
protected MessageResources |
ActionServlet.internal
The resources object for our internal resources. |
private static MessageResources |
ExceptionHandler.messages
The message resources for this package. |
Methods in org.apache.struts.action that return MessageResources | |
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. |
protected MessageResources |
RequestProcessor.getInternal()
Return the MessageResources instance containing our
internal message strings. |
MessageResources |
ActionServlet.getInternal()
Return the MessageResources instance containing our
internal message strings. |
Uses of MessageResources in org.apache.struts.actions |
Fields in org.apache.struts.actions declared as MessageResources | |
protected static MessageResources |
SwitchAction.messages
The message resources for this package. |
protected static MessageResources |
DispatchAction.messages
The message resources for this package. |
protected static MessageResources |
ActionDispatcher.messages
The message resources for this package. |
protected static MessageResources |
ForwardAction.messages
The message resources for this package. |
protected static MessageResources |
IncludeAction.messages
The message resources for this package. |
Uses of MessageResources in org.apache.struts.config |
Methods in org.apache.struts.config that return MessageResources | |
MessageResources |
ConfigHelperInterface.getMessageResources()
The application resources for this application. |
MessageResources |
ConfigHelper.getMessageResources()
The application resources for this application. |
Uses of MessageResources in org.apache.struts.taglib |
Fields in org.apache.struts.taglib declared as MessageResources | |
private static MessageResources |
TagUtils.messages
The message resources for this package. |
Methods in org.apache.struts.taglib that return MessageResources | |
MessageResources |
TagUtils.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. |
Uses of MessageResources in org.apache.struts.taglib.bean |
Fields in org.apache.struts.taglib.bean declared as MessageResources | |
protected static MessageResources |
PageTag.messages
The message resources for this package. |
protected static MessageResources |
DefineTag.messages
The message resources for this package. |
protected static MessageResources |
StrutsTag.messages
The message resources for this package. |
protected static MessageResources |
CookieTag.messages
The message resources for this package. |
protected static MessageResources |
ParameterTag.messages
The message resources for this package. |
protected static MessageResources |
SizeTag.messages
The message resources for this package. |
protected static MessageResources |
HeaderTag.messages
The message resources for this package. |
protected static MessageResources |
ResourceTag.messages
The message resources for this package. |
protected static MessageResources |
WriteTag.messages
The message resources for this package. |
protected static MessageResources |
IncludeTag.messages
The message resources for this package. |
protected static MessageResources |
MessageTag.messages
The 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 |
BaseHandlerTag.messages
The message resources for this package. |
protected static MessageResources |
ImgTag.messages
The message resources for this package. |
protected static MessageResources |
BaseInputTag.messages
The message resources for this package. |
protected static MessageResources |
HtmlTag.messages
The message resources for this package. |
protected static MessageResources |
SubmitTag.messages
The message resources for this package. |
protected static MessageResources |
OptionsTag.messages
The message resources for this package. |
protected static MessageResources |
CheckboxTag.messages
The message resources for this package. |
protected static MessageResources |
MultiboxTag.messages
The message resources for this package. |
protected static MessageResources |
ErrorsTag.messages
The message resources for this package. |
protected static MessageResources |
BaseTag.messages
The message resources for this package. |
protected static MessageResources |
OptionsCollectionTag.messages
The message resources for this package. |
protected static MessageResources |
LinkTag.messages
The message resources for this package. |
protected static MessageResources |
SelectTag.messages
The message resources for this package. |
protected static MessageResources |
MessagesTag.messageResources
The message resources for this package. |
protected static MessageResources |
RadioTag.messages
The message resources for this package. |
protected static MessageResources |
FormTag.messages
The message resources for this package. |
protected static MessageResources |
OptionTag.messages
The 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 |
ConditionalTagBase.messages
The message resources for this package. |
protected static MessageResources |
ForwardTag.messages
The message resources for this package. |
protected static MessageResources |
RedirectTag.messages
The message resources for this package. |
protected static MessageResources |
CompareTagBase.messages
The message resources for this package. |
protected static MessageResources |
IterateTag.messages
The message resources for this package. |
Uses of MessageResources in org.apache.struts.util |
Subclasses of MessageResources in org.apache.struts.util | |
class |
PropertyMessageResources
Concrete subclass of MessageResources that reads message keys
and corresponding strings from named property resources in the same manner
that java.util.PropertyResourceBundle does. |
Fields in org.apache.struts.util declared as MessageResources | |
protected static MessageResources |
ResponseUtils.messages
The message resources for this package. |
Methods in org.apache.struts.util that return MessageResources | |
static MessageResources |
MessageResources.getMessageResources(java.lang.String config)
Create and return an instance of MessageResources for the
created by the default MessageResourcesFactory . |
abstract MessageResources |
MessageResourcesFactory.createResources(java.lang.String config)
Create and return a newly instansiated MessageResources . |
MessageResources |
PropertyMessageResourcesFactory.createResources(java.lang.String config)
Create and return a newly instansiated MessageResources . |
Uses of MessageResources in org.apache.struts.validator |
Methods in org.apache.struts.validator that return MessageResources | |
static MessageResources |
Resources.getMessageResources(javax.servlet.http.HttpServletRequest request)
Retrieve MessageResources for the module. |
static MessageResources |
Resources.getMessageResources(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
java.lang.String bundle)
Retrieve MessageResources for the module and bundle. |
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 Locale sensitive 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 ValidatorAction message and the Field 's
arg objects. |
static java.lang.String |
Resources.getMessage(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
MessageResources defaultMessages,
java.util.Locale locale,
org.apache.commons.validator.ValidatorAction va,
org.apache.commons.validator.Field field)
Gets the Locale sensitive value based on the key passed in. |
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 ValidatorAction and Field . |
private static java.lang.String[] |
Resources.getArgValues(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
MessageResources defaultMessages,
java.util.Locale locale,
org.apache.commons.validator.Arg[] args)
Gets the message arguments based on the current ValidatorAction and Field . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2000-2005 - The Apache Software Foundation