All Classes and Interfaces
Class
Description
BaseAbstractEditCommand<S extends BaseSpec,E extends BaseEdit,R extends BaseEditResult<E>,BE extends BaseEntity,LE extends BaseEntity>
This is the common superclass for all application exceptions.
BaseGetResultsFacetsCommand<F extends BaseGetResultsFacetsForm,R extends BaseGetResultsFacetsResult>
BaseSetStatusCommand<F extends BaseForm,R extends BaseSetStatusResult,BE extends BaseEntity,LE extends BaseEntity>
Custom tag that iterates the elements of a message collection.
Custom tag that iterates the elements of a message collection.
Idea for this came from: http://stackoverflow.com/questions/240774/mandatory-cloneable-interface-in-java
A customized RequestProcessor that checks the user's preferred Locale
from the request each time.
Custom tag that iterates the elements of a message collection.
Custom tag that iterates the elements of a message collection.
Custom tag that iterates the elements of a message collection.
Example usage:
<filter-name>JSessionIdFilter</filter-name>
<filter-class>com.echothree.view.client.web.filter.JSessionIdFilter</filter-class>
<filter-mapping>
<filter-name>JSessionIdFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
An encapsulation of an individual message returned by the
validate()
method of an ActionForm
, consisting
of a message key (to be used to look up message text in an appropriate
message resources database) plus up to four placeholder objects that can
be used for parametric replacement in the message text.A class that encapsulates messages.
This class is used to store a set of messages associated with a
property/key and the position it was initially added to list.
Defines the pageScheme tag of the sslext tag library
Extension of ActionMapping for use with sslext.
Defines the form tag of the sslext tag library
Defines the link tag of the sslext tag library
Implements sslext plugin functionality
Defines the interface for the plugins which provide sslext functionality
Extension of a RequestProcessor for use with sslext
Define some additional utility methods utilized by sslext.
Defines the rewrite tag of the sslext tag library
Generate a URL-encoded URI as a string.
Implements sslext plugin functionality for use with Tiles.
Extension of a RequestProcessor for use with sslext & Tiles combination
Example filter that sets the character encoding to be used in parsing the
incoming request, either unconditionally or only if the client did not
specify a character encoding.
One goal is to make web application development in Java more
fun.
Override the default form name for this action.
Specifies a local forward.
Specifies the "input" property for this action.
Specifies the "scope" property for this action.
Instruct Struts to validate the form provided to this method.
Finds Sprouts present in the classpath and registers them with
Struts, using cues from annotations present to set specific properties.
Extension of
SecureRequestProcessor
that adds
Sprout initialization.Sprout utility methods.
Custom tag that iterates the elements of a message collection.