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