Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
O
S
V
A
Action
- Class in
org.apache.maven.struts
A class to hold data about a struts action as found in the struts configuration file
Action()
- Constructor for class org.apache.maven.struts.
Action
Creates a new instance of Action
C
ConfigurationEntry
- Class in
org.apache.maven.struts
A class to hold common properties across struts config objects
ConfigurationEntry()
- Constructor for class org.apache.maven.struts.
ConfigurationEntry
Creates a new instance of ConfigurationEntry
D
DEFAULT_ACTIONSERVLET_NAME
- Static variable in class org.apache.maven.struts.
Struts10WarFile
Default name of the action servlet in web.xml
DEFAULT_CONFIG
- Static variable in class org.apache.maven.struts.
Struts10WarFile
Default location of Struts configuration file in the war
E
equals(Object)
- Method in class org.apache.maven.struts.
Action
whether the passed object is the same as this one.
equals(Object)
- Method in class org.apache.maven.struts.
ConfigurationEntry
whether the passed object is the same as this one.
F
FormBean
- Class in
org.apache.maven.struts
A class to hold data about a Struts form bean as found in the configuration
FormBean()
- Constructor for class org.apache.maven.struts.
FormBean
Creates a new instance of FormBean with null values for the properties
Forward
- Class in
org.apache.maven.struts
A class to represent a global forward as stored in the Struts configuration
Forward()
- Constructor for class org.apache.maven.struts.
Forward
Creates a new instance of Forward
G
getActions()
- Method in class org.apache.maven.struts.
Struts10WarFile
retrieve the actions defined in the struts configuration file
getActionServletName()
- Method in class org.apache.maven.struts.
Struts10WarFile
Getter for property actionServletName.
getActionServletPattern()
- Method in class org.apache.maven.struts.
Struts10WarFile
retrieve the url pattern for the action servlet, or null if not found
getClassName()
- Method in class org.apache.maven.struts.
ConfigurationEntry
Getter for property className.
getConfig()
- Method in class org.apache.maven.struts.
Struts10WarFile
Provide the location of the Struts configuration file in the war.
getConfig()
- Method in class org.apache.maven.struts.
Struts10WarValidator
Getter for Struts config location within the war (no leading slash).
getFormBeans()
- Method in class org.apache.maven.struts.
Struts10WarFile
retrieves the form beans defined in the struts configuration file
getFormBeansType()
- Method in class org.apache.maven.struts.
Struts10WarFile
retrieves the type attribute of the <form-beans> element if it exists, or null otherwise
getForwards()
- Method in class org.apache.maven.struts.
Struts10WarFile
retrieve the global forwards defined in the struts configuration
getGlobalForwardsType()
- Method in class org.apache.maven.struts.
Struts10WarFile
retrieves the type attribute of the <global-forwards> element if it exists, or null otherwise
getName()
- Method in class org.apache.maven.struts.
ConfigurationEntry
Getter for property name.
getPath()
- Method in class org.apache.maven.struts.
Action
Getter for property path.
getPath()
- Method in class org.apache.maven.struts.
Forward
Getter for property path.
getRedirect()
- Method in class org.apache.maven.struts.
Forward
Getter for property redirect.
getScope()
- Method in class org.apache.maven.struts.
Action
Getter for property scope.
getStrutsConfigEntry()
- Method in class org.apache.maven.struts.
Struts10WarFile
Retrieves the Struts configuration (as specified by the config property) entry if it exists.
getType()
- Method in class org.apache.maven.struts.
ObjectConfigurationEntry
Getter for property type.
getUnknown()
- Method in class org.apache.maven.struts.
Action
Getter for property unknown.
getValidate()
- Method in class org.apache.maven.struts.
Action
Getter for property validate.
H
hashCode()
- Method in class org.apache.maven.struts.
Action
provides the hashCode of this object, which is determined by simply delegating the responsibility to the
path
property
hashCode()
- Method in class org.apache.maven.struts.
ConfigurationEntry
provides the hashCode of this object, which is determined by simply delegating the responsibility to the name property
O
ObjectConfigurationEntry
- Class in
org.apache.maven.struts
A struts configuration entry that ends up as a java object, and hence has a
type
property that is a java class name.
ObjectConfigurationEntry()
- Constructor for class org.apache.maven.struts.
ObjectConfigurationEntry
Creates a new instance of ObjectConfigurationEntry
org.apache.maven.struts
- package org.apache.maven.struts
S
setActionServletName(String)
- Method in class org.apache.maven.struts.
Struts10WarFile
Setter for property actionServletName.
setClassName(String)
- Method in class org.apache.maven.struts.
ConfigurationEntry
Setter for property className.
setConfig(String)
- Method in class org.apache.maven.struts.
Struts10WarFile
Set the location of the Struts configuration file in the war.
setConfig(String)
- Method in class org.apache.maven.struts.
Struts10WarValidator
Setter for config location within the war (no leading slash)
setName(String)
- Method in class org.apache.maven.struts.
ConfigurationEntry
Setter for property name.
setPath(String)
- Method in class org.apache.maven.struts.
Action
Setter for property path.
setPath(String)
- Method in class org.apache.maven.struts.
Forward
Setter for property path.
setRedirect(String)
- Method in class org.apache.maven.struts.
Forward
Setter for property redirect.
setScope(String)
- Method in class org.apache.maven.struts.
Action
Setter for property scope.
setType(String)
- Method in class org.apache.maven.struts.
ObjectConfigurationEntry
Setter for property type.
setUnknown(String)
- Method in class org.apache.maven.struts.
Action
Setter for property unknown.
setValidate(String)
- Method in class org.apache.maven.struts.
Action
Setter for property validate.
Struts10WarFile
- Class in
org.apache.maven.struts
Encapsulates a Struts 1.0 War File.
Struts10WarFile(String)
- Constructor for class org.apache.maven.struts.
Struts10WarFile
Creates a new instance of Struts10WarFile
Struts10WarFile(String, boolean)
- Constructor for class org.apache.maven.struts.
Struts10WarFile
Creates a new instance of Struts10WarFile
Struts10WarFile(File)
- Constructor for class org.apache.maven.struts.
Struts10WarFile
Creates a new instance of Struts10WarFile
Struts10WarFile(File, boolean)
- Constructor for class org.apache.maven.struts.
Struts10WarFile
Creates a new instance of Struts10WarFile
Struts10WarFile(File, boolean, int)
- Constructor for class org.apache.maven.struts.
Struts10WarFile
Creates a new instance of Struts10WarFile
Struts10WarValidator
- Class in
org.apache.maven.struts
A class that validates a Struts 1.0 War File.
Struts10WarValidator()
- Constructor for class org.apache.maven.struts.
Struts10WarValidator
Creates a new instance of Struts10WarValidator
StrutsEntityResolver
- Class in
org.apache.maven.struts
A class to resolve external entity definitions for struts artifacts.
StrutsEntityResolver()
- Constructor for class org.apache.maven.struts.
StrutsEntityResolver
Creates a new instance of StrutsEntityResolver, adding the
V
validateWarContents()
- Method in class org.apache.maven.struts.
Struts10WarValidator
Validate struts specific war features here
A
C
D
E
F
G
H
O
S
V
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.