Package | Description |
---|---|
org.apache.struts |
Global data for the entire Struts Framework.
|
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.apps.mailreader.dao | |
org.apache.struts.apps.mailreader.dao.impl | |
org.apache.struts.apps.mailreader.dao.impl.memory | |
org.apache.struts.chain |
Contains the new
ComposableRequestProcessor
which was introduced in Struts 1.3. |
org.apache.struts.chain.commands |
Configurable commands
that may be placed within the request processor.
|
org.apache.struts.chain.commands.generic |
Contains generic commands.
|
org.apache.struts.chain.commands.servlet |
Commands which are particular to servlet processing.
|
org.apache.struts.chain.commands.util |
Provides a variety of utilities to support
command processing.
|
org.apache.struts.chain.contexts |
This package provides objects that encapsulate access to
the request and session-scoped resources to service
command processing.
|
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.config.impl |
Provides default implementation classes for the configuration objects.
|
org.apache.struts.faces | |
org.apache.struts.faces.application | |
org.apache.struts.faces.component | |
org.apache.struts.faces.renderer | |
org.apache.struts.faces.taglib | |
org.apache.struts.faces.util | |
org.apache.struts.mock |
Mock objects of the Struts Framework.
|
org.apache.struts.plugins | |
org.apache.struts.scripting |
The scripting package is the core of the Struts Scripting framework,
which builds on Struts Action to allow Struts Actions be written
with the scripting language of your choice.
|
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.taglib.nested |
Nested tags & supporting classes extend the base struts tags to
allow them to relate to each other in a nested nature.
|
org.apache.struts.taglib.nested.bean |
The nested bean tags extend the
org.apache.struts.taglib.bean
tags to allow them to relate to each other in a nested nature. |
org.apache.struts.taglib.nested.html |
The nested html tags extend the
org.apache.struts.taglib.html
tags to allow them to relate to each other in a nested nature. |
org.apache.struts.taglib.nested.logic |
The nested html tags extend the
org.apache.struts.taglib.logic
tags to allow them to relate to each other in a nested nature. |
org.apache.struts.tiles |
The Tiles taglib and framework allows building web pages by assembling reusable
pieces of pages, called Tiles.
|
org.apache.struts.tiles.actions | |
org.apache.struts.tiles.beans | |
org.apache.struts.tiles.commands | |
org.apache.struts.tiles.definition | |
org.apache.struts.tiles.taglib |
The "struts-tiles" tag library contains tags that are useful in
creating dynamic reusable components.
|
org.apache.struts.tiles.taglib.util | |
org.apache.struts.tiles.xmlDefinition | |
org.apache.struts.upload |
The upload package facilities to upload files using
multi-part requests.
|
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. |
org.apache.struts.validator.validwhen |
Generated classes by antlr to support the
validwhen
validator. |
org.apache.strutsel.taglib.bean |
The "struts-bean-el" 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.strutsel.taglib.html |
The "struts-html-el" tag library contains
JSP
custom tags useful in creating dynamic HTML user interfaces, including
input
forms.
|
org.apache.strutsel.taglib.logic |
The "struts-logic-el" 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.strutsel.taglib.tiles | |
org.apache.strutsel.taglib.utils |
Copyright © 2000–2016 Apache Software Foundation. All rights reserved.