Package org.apache.catalina.storeconfig
Class ConnectorSF
java.lang.Object
org.apache.catalina.storeconfig.StoreFactoryBase
org.apache.catalina.storeconfig.ConnectorSF
- All Implemented Interfaces:
IStoreFactory
Store Connector and Listeners
-
Field Summary
Fields inherited from class org.apache.catalina.storeconfig.StoreFactoryBase
sm
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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) Methods inherited from class org.apache.catalina.storeconfig.StoreFactoryBase
getInfo, getRegistry, getStoreAppender, setRegistry, setStoreAppender, store, storeElement, storeElementArray, storeXMLHead
-
Constructor Details
-
ConnectorSF
public ConnectorSF()
-
-
Method Details
-
storeChildren
public void storeChildren(PrintWriter aWriter, int indent, Object aConnector, StoreDescription parentDesc) throws 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:
Exception
- Configuration storing error
-
printOpenTag
protected void printOpenTag(PrintWriter aWriter, int indent, Object bean, StoreDescription aDesc) throws Exception - Throws:
Exception
-
storeConnectorAttributes
protected void storeConnectorAttributes(PrintWriter aWriter, int indent, Object bean, StoreDescription aDesc) throws Exception - Throws:
Exception
-
printTag
protected void printTag(PrintWriter aWriter, int indent, Object bean, StoreDescription aDesc) throws Exception - Throws:
Exception
-