Package | Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
protected MessageResources |
ActionServlet.internal
The resources object for our internal resources.
|
private static MessageResources |
ExceptionHandler.messages
The message resources for this package.
|
Modifier and Type | Method and Description |
---|---|
MessageResources |
ActionServlet.getInternal()
Return the
MessageResources instance containing our
internal message strings. |
protected MessageResources |
RequestProcessor.getInternal()
Return the
MessageResources instance containing our
internal message strings. |
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.
|
Modifier and Type | Field and Description |
---|---|
protected static MessageResources |
SwitchAction.messages
The message resources for this package.
|
protected static MessageResources |
ForwardAction.messages
The message resources for this package.
|
protected static MessageResources |
ActionDispatcher.messages
The message resources for this package.
|
protected static MessageResources |
DispatchAction.messages
The message resources for this package.
|
protected static MessageResources |
IncludeAction.messages
The message resources for this package.
|
Modifier and Type | Method and Description |
---|---|
MessageResources |
ConfigHelper.getMessageResources()
The application resources for this application.
|
MessageResources |
ConfigHelperInterface.getMessageResources()
The application resources for this application.
|
Modifier and Type | Field and Description |
---|---|
private static MessageResources |
TagUtils.messages
The message resources for this package.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected static MessageResources |
WriteTag.messages
The message resources for this package.
|
protected static MessageResources |
StrutsTag.messages
The message resources for this package.
|
protected static MessageResources |
SizeTag.messages
The message resources for this package.
|
protected static MessageResources |
ParameterTag.messages
The message resources for this package.
|
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 |
CookieTag.messages
The message resources for this package.
|
protected static MessageResources |
ResourceTag.messages
The message resources for this package.
|
protected static MessageResources |
HeaderTag.messages
The message resources for this package.
|
protected static MessageResources |
MessageTag.messages
The message resources for this package.
|
protected static MessageResources |
IncludeTag.messages
The message resources for this package.
|
Modifier and Type | Field and Description |
---|---|
protected static MessageResources |
MessagesTag.messageResources
The message resources for this package.
|
protected static MessageResources |
BaseHandlerTag.messages
The message resources for this package.
|
protected static MessageResources |
SelectTag.messages
The message resources for this package.
|
protected static MessageResources |
HtmlTag.messages
The message resources for this package.
|
protected static MessageResources |
OptionTag.messages
The message resources for this package.
|
protected static MessageResources |
RadioTag.messages
The message resources for this package.
|
protected static MessageResources |
BaseInputTag.messages
The message resources for this package.
|
protected static MessageResources |
SubmitTag.messages
The message resources for this package.
|
protected static MessageResources |
CheckboxTag.messages
The message resources for this package.
|
protected static MessageResources |
OptionsTag.messages
The message resources for this package.
|
protected static MessageResources |
BaseTag.messages
The message resources for this package.
|
protected static MessageResources |
MultiboxTag.messages
The message resources for this package.
|
protected static MessageResources |
ImgTag.messages
The message resources for this package.
|
protected static MessageResources |
LinkTag.messages
The message resources for this package.
|
protected static MessageResources |
OptionsCollectionTag.messages
The message resources for this package.
|
protected static MessageResources |
FormTag.messages
The message resources for this package.
|
protected static MessageResources |
ErrorsTag.messages
The message resources for this package.
|
Modifier and Type | Field and Description |
---|---|
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 |
ConditionalTagBase.messages
The message resources for this package.
|
protected static MessageResources |
ForwardTag.messages
The message resources for this package.
|
protected static MessageResources |
IterateTag.messages
The message resources for this package.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
protected static MessageResources |
ResponseUtils.messages
The message resources for this package.
|
Modifier and Type | Method and Description |
---|---|
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
MessageResources for the
created by the default MessageResourcesFactory . |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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 . |
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. |
Copyright ? 2000-2014 - The Apache Software Foundation