public class PropertyAction extends Action
| Modifier and Type | Field and Description |
|---|---|
(package private) static java.lang.String |
INVALID_ATTRIBUTES |
(package private) static java.lang.String |
RESOURCE_ATTRIBUTE |
ACTION_CLASS_ATTRIBUTE, CLASS_ATTRIBUTE, FILE_ATTRIBUTE, KEY_ATTRIBUTE, NAME_ATTRIBUTE, PATTERN_ATTRIBUTE, SCOPE_ATTRIBUTE, VALUE_ATTRIBUTEcontext| Constructor and Description |
|---|
PropertyAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(InterpretationContext ec,
java.lang.String localName,
org.xml.sax.Attributes attributes)
Set a new property for the execution context by name, value pair, or adds
all the properties found in the given file.
|
(package private) boolean |
checkFileAttributeSanity(org.xml.sax.Attributes attributes) |
(package private) boolean |
checkResourceAttributeSanity(org.xml.sax.Attributes attributes) |
(package private) boolean |
checkValueNameAttributesSanity(org.xml.sax.Attributes attributes) |
void |
end(InterpretationContext ec,
java.lang.String name) |
void |
finish(InterpretationContext ec) |
(package private) void |
loadAndSetProperties(InterpretationContext ec,
java.io.InputStream istream,
ActionUtil.Scope scope) |
body, getColumnNumber, getLineColStr, getLineNumber, toStringaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextstatic final java.lang.String RESOURCE_ATTRIBUTE
static java.lang.String INVALID_ATTRIBUTES
public void begin(InterpretationContext ec, java.lang.String localName, org.xml.sax.Attributes attributes)
void loadAndSetProperties(InterpretationContext ec, java.io.InputStream istream, ActionUtil.Scope scope) throws java.io.IOException
java.io.IOExceptionboolean checkFileAttributeSanity(org.xml.sax.Attributes attributes)
boolean checkResourceAttributeSanity(org.xml.sax.Attributes attributes)
boolean checkValueNameAttributesSanity(org.xml.sax.Attributes attributes)
public void end(InterpretationContext ec, java.lang.String name)
public void finish(InterpretationContext ec)