public class ConnectorSF extends StoreFactoryBase
sm
Constructor and Description |
---|
ConnectorSF() |
Modifier and Type | Method and Description |
---|---|
protected void |
printOpenTag(java.io.PrintWriter aWriter,
int indent,
java.lang.Object bean,
StoreDescription aDesc) |
protected void |
printTag(java.io.PrintWriter aWriter,
int indent,
java.lang.Object bean,
StoreDescription aDesc) |
void |
storeChildren(java.io.PrintWriter aWriter,
int indent,
java.lang.Object aConnector,
StoreDescription parentDesc)
Must Implement at subclass for custom store children handling.
|
protected void |
storeConnectorAttributes(java.io.PrintWriter aWriter,
int indent,
java.lang.Object bean,
StoreDescription aDesc) |
getInfo, getRegistry, getStoreAppender, setRegistry, setStoreAppender, store, storeElement, storeElementArray, storeXMLHead
public void storeChildren(java.io.PrintWriter aWriter, int indent, java.lang.Object aConnector, StoreDescription parentDesc) throws java.lang.Exception
StoreFactoryBase
storeChildren
in class StoreFactoryBase
aWriter
- Current output writerindent
- Indentation levelaConnector
- Current elementparentDesc
- The element descriptionjava.lang.Exception
- Configuration storing errorprotected void printOpenTag(java.io.PrintWriter aWriter, int indent, java.lang.Object bean, StoreDescription aDesc) throws java.lang.Exception
java.lang.Exception
protected void storeConnectorAttributes(java.io.PrintWriter aWriter, int indent, java.lang.Object bean, StoreDescription aDesc) throws java.lang.Exception
java.lang.Exception
protected void printTag(java.io.PrintWriter aWriter, int indent, java.lang.Object bean, StoreDescription aDesc) throws java.lang.Exception
java.lang.Exception
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.