org.yasl.xmlobjects.impl
Class MethodCallArgElementHandler
java.lang.Object
org.yasl.xmlobjects.impl.BaseElementHandler
org.yasl.xmlobjects.impl.MethodCallArgElementHandler
- All Implemented Interfaces:
- ElementHandler
- public class MethodCallArgElementHandler
- extends org.yasl.xmlobjects.impl.BaseElementHandler
- Version:
- 1.0
- Author:
- not attributable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATTR_KEY
protected static final String ATTR_KEY
- See Also:
- Constant Field Values
ATTR_KEY_TYPE
protected static final String ATTR_KEY_TYPE
- See Also:
- Constant Field Values
ATTR_BUNDLE
protected static final String ATTR_BUNDLE
- See Also:
- Constant Field Values
ATTR_CLASS
protected static final String ATTR_CLASS
- See Also:
- Constant Field Values
ATTR_RETURNED_CLASS
protected static final String ATTR_RETURNED_CLASS
- See Also:
- Constant Field Values
ATTR_TYPE
protected static final String ATTR_TYPE
- See Also:
- Constant Field Values
ATTR_VALUE
protected static final String ATTR_VALUE
- See Also:
- Constant Field Values
ATTR_METHOD
protected static final String ATTR_METHOD
- See Also:
- Constant Field Values
ATTR_LOCALE
protected static final String ATTR_LOCALE
- See Also:
- Constant Field Values
logger
protected final Logger logger
propertyResolver
protected final PropertyResolver propertyResolver
MethodCallArgElementHandler
public MethodCallArgElementHandler(LinkedList objInstantiatorStack,
KeyResolver keyResolver,
Logger logger,
PropertyResolver propertyResolver)
getKey
protected String getKey(Attributes atts)
getKeyType
protected String getKeyType(Attributes atts)
getMethod
protected String getMethod(Attributes atts)
getReturnClassName
protected String getReturnClassName(Attributes atts)
handleStartElement
public void handleStartElement(Attributes atts)
throws SAXException
- Description copied from interface:
ElementHandler
- Method called when an open tag instance is encountered.
- Parameters:
atts
- Attributes
- Throws:
SAXException
handleEndElement
public void handleEndElement()
throws SAXException
- Description copied from interface:
ElementHandler
- Method called when the close tag instance is encountered.
- Throws:
SAXException
getOptionalAttrValue
protected String getOptionalAttrValue(Attributes atts,
String attrName)
getRequiredAttrValue
protected String getRequiredAttrValue(Attributes atts,
String attrName)
isPropertyKey
protected boolean isPropertyKey(String value)