Package org.apache.catalina.storeconfig
Class ConnectorSF
- java.lang.Object
-
- org.apache.catalina.storeconfig.StoreFactoryBase
-
- org.apache.catalina.storeconfig.ConnectorSF
-
- All Implemented Interfaces:
IStoreFactory
public class ConnectorSF extends StoreFactoryBase
Store Connector and Listeners
-
-
Field Summary
-
Fields inherited from class org.apache.catalina.storeconfig.StoreFactoryBase
sm
-
-
Constructor Summary
Constructors Constructor Description ConnectorSF()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class org.apache.catalina.storeconfig.StoreFactoryBase
getInfo, getRegistry, getStoreAppender, setRegistry, setStoreAppender, store, storeElement, storeElementArray, storeXMLHead
-
-
-
-
Method Detail
-
storeChildren
public void storeChildren(java.io.PrintWriter aWriter, int indent, java.lang.Object aConnector, StoreDescription parentDesc) throws java.lang.Exception
Description copied from class:StoreFactoryBase
Must Implement at subclass for custom store children handling.- Overrides:
storeChildren
in classStoreFactoryBase
- Parameters:
aWriter
- Current output writerindent
- Indentation levelaConnector
- Current elementparentDesc
- The element description- Throws:
java.lang.Exception
- Configuration storing error
-
printOpenTag
protected void printOpenTag(java.io.PrintWriter aWriter, int indent, java.lang.Object bean, StoreDescription aDesc) throws java.lang.Exception
- Throws:
java.lang.Exception
-
storeConnectorAttributes
protected void storeConnectorAttributes(java.io.PrintWriter aWriter, int indent, java.lang.Object bean, StoreDescription aDesc) throws java.lang.Exception
- Throws:
java.lang.Exception
-
printTag
protected void printTag(java.io.PrintWriter aWriter, int indent, java.lang.Object bean, StoreDescription aDesc) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-