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.StoreFactoryBasesm
 
- 
 - 
Constructor SummaryConstructors Constructor Description ConnectorSF()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprintOpenTag(java.io.PrintWriter aWriter, int indent, java.lang.Object bean, StoreDescription aDesc)protected voidprintTag(java.io.PrintWriter aWriter, int indent, java.lang.Object bean, StoreDescription aDesc)voidstoreChildren(java.io.PrintWriter aWriter, int indent, java.lang.Object aConnector, StoreDescription parentDesc)Must Implement at subclass for custom store children handling.protected voidstoreConnectorAttributes(java.io.PrintWriter aWriter, int indent, java.lang.Object bean, StoreDescription aDesc)- 
Methods inherited from class org.apache.catalina.storeconfig.StoreFactoryBasegetInfo, getRegistry, getStoreAppender, setRegistry, setStoreAppender, store, storeElement, storeElementArray, storeXMLHead
 
- 
 
- 
- 
- 
Method Detail- 
storeChildrenpublic void storeChildren(java.io.PrintWriter aWriter, int indent, java.lang.Object aConnector, StoreDescription parentDesc) throws java.lang.ExceptionDescription copied from class:StoreFactoryBaseMust Implement at subclass for custom store children handling.- Overrides:
- storeChildrenin class- StoreFactoryBase
- Parameters:
- aWriter- Current output writer
- indent- Indentation level
- aConnector- Current element
- parentDesc- The element description
- Throws:
- java.lang.Exception- Configuration storing error
 
 - 
printOpenTagprotected void printOpenTag(java.io.PrintWriter aWriter, int indent, java.lang.Object bean, StoreDescription aDesc) throws java.lang.Exception- Throws:
- java.lang.Exception
 
 - 
storeConnectorAttributesprotected void storeConnectorAttributes(java.io.PrintWriter aWriter, int indent, java.lang.Object bean, StoreDescription aDesc) throws java.lang.Exception- Throws:
- java.lang.Exception
 
 - 
printTagprotected void printTag(java.io.PrintWriter aWriter, int indent, java.lang.Object bean, StoreDescription aDesc) throws java.lang.Exception- Throws:
- java.lang.Exception
 
 
- 
 
-