com.pietschy.command.configuration.impl
Class FaceExtendsAttributeParser
java.lang.Object
com.pietschy.command.configuration.impl.FaceAttributeParser
com.pietschy.command.configuration.impl.FaceExtendsAttributeParser
class FaceExtendsAttributeParser
- extends FaceAttributeParser
Face parser for handling the "extends" property.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FaceExtendsAttributeParser
public FaceExtendsAttributeParser()
- Creates a new instance.
parseImpl
protected void parseImpl(java.lang.String property,
java.lang.String value,
Face face,
ExceptionFactory factory)
- Invokes
Face.setExtendsContext(String) with the specified value.
- Specified by:
parseImpl in class FaceAttributeParser
- Parameters:
property - ignored.value - the context to extend.face - the face to update.factory - the exception factory.
parseEmptyImpl
public void parseEmptyImpl(java.lang.String property,
Face face,
ExceptionFactory factory)
- Invokes
Face.setExtendsContext(String) with null.
- Specified by:
parseEmptyImpl in class FaceAttributeParser
- Parameters:
property - the extends property key.face - the face to update.factory - the exception factory to use.
Copyright © 2006 - 2007 Andrew Pietsch