|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.xml.AbstractSimpleBinding
public abstract class AbstractSimpleBinding
Base class for simple bindings.
Field Summary |
---|
Fields inherited from interface org.geotools.xml.Binding |
---|
AFTER, BEFORE, OVERRIDE |
Constructor Summary | |
---|---|
AbstractSimpleBinding()
|
Method Summary | |
---|---|
java.lang.String |
encode(java.lang.Object object,
java.lang.String value)
Performs the encoding of the object as a String. |
int |
getExecutionMode()
This implementation returns Binding.AFTER . |
java.lang.Object |
parse(InstanceComponent instance,
java.lang.Object value)
Subclasses need to override this method, this implementation returns null . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.geotools.xml.Binding |
---|
getTarget, getType |
Constructor Detail |
---|
public AbstractSimpleBinding()
Method Detail |
---|
public int getExecutionMode()
Binding.AFTER
.
Subclasses should override to change this behaviour.
getExecutionMode
in interface Binding
Binding.AFTER
,
Binding.BEFORE
,
Binding.OVERRIDE
public java.lang.Object parse(InstanceComponent instance, java.lang.Object value) throws java.lang.Exception
null
.
parse
in interface SimpleBinding
instance
- The component being parsed.value
- The result of the parse from another strategy in the type
hierarchy. Could be null if this is the first strategy being executed.
java.lang.Exception
public java.lang.String encode(java.lang.Object object, java.lang.String value) throws java.lang.Exception
encode
in interface SimpleBinding
object
- The object being encoded, never null.value
- The string returned from another binding in the type
hierachy, which could be null.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |