public class SchemEditActionErrors
extends org.apache.struts.action.ActionErrors
Modifier and Type | Class and Description |
---|---|
class |
SchemEditActionErrors.DocOrderComparator
Compares two "page error" actionMessages wrt to instance document order so
that editing errors can be presented in the same order in which they occur
in the document being edited.
|
Constructor and Description |
---|
SchemEditActionErrors()
No-argument Constructor for the SchemEditActionErrors object
|
SchemEditActionErrors(SchemaHelper schemaHelper)
Constructor for the SchemEditActionErrors object with SchemaHelper
argument, which is needed to maintain errors in document order.
|
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.String property,
org.apache.struts.action.ActionMessage message)
Add an error, and sort into document order if schemaHelper is present and
if specified propery is contained in sortedProperties list.
|
java.util.Iterator |
get_Off()
NOT YET DOCUMENTED
|
java.util.Iterator |
get_Off(java.lang.String property)
NOT YET DOCUMENTED
|
void |
setSchemaHelper(SchemaHelper schemaHelper)
Sets the schemaHelper attribute of the SchemEditActionErrors object
|
public SchemEditActionErrors()
public SchemEditActionErrors(SchemaHelper schemaHelper)
schemaHelper
- the schemaHelperpublic void setSchemaHelper(SchemaHelper schemaHelper)
schemaHelper
- The new schemaHelper valuepublic void add(java.lang.String property, org.apache.struts.action.ActionMessage message)
add
in class org.apache.struts.action.ActionMessages
property
- error propertymessage
- error objectpublic java.util.Iterator get_Off()
public java.util.Iterator get_Off(java.lang.String property)
property
- NOT YET DOCUMENTED