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 SummaryFields inherited from class org.apache.catalina.storeconfig.StoreFactoryBasesm
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidprintOpenTag(PrintWriter aWriter, int indent, Object bean, StoreDescription aDesc) protected voidprintTag(PrintWriter aWriter, int indent, Object bean, StoreDescription aDesc) voidstoreChildren(PrintWriter aWriter, int indent, Object aConnector, StoreDescription parentDesc) Must Implement at subclass for custom store children handling.protected voidstoreConnectorAttributes(PrintWriter aWriter, int indent, Object bean, StoreDescription aDesc) Methods inherited from class org.apache.catalina.storeconfig.StoreFactoryBasegetInfo, getRegistry, getStoreAppender, setRegistry, setStoreAppender, store, storeElement, storeElementArray, storeXMLHead
- 
Constructor Details- 
ConnectorSFpublic ConnectorSF()
 
- 
- 
Method Details- 
storeChildrenpublic void storeChildren(PrintWriter aWriter, int indent, Object aConnector, StoreDescription parentDesc) throws Exception Description 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:
- Exception- Configuration storing error
 
- 
printOpenTagprotected void printOpenTag(PrintWriter aWriter, int indent, Object bean, StoreDescription aDesc) throws Exception - Throws:
- Exception
 
- 
storeConnectorAttributesprotected void storeConnectorAttributes(PrintWriter aWriter, int indent, Object bean, StoreDescription aDesc) throws Exception - Throws:
- Exception
 
- 
printTagprotected void printTag(PrintWriter aWriter, int indent, Object bean, StoreDescription aDesc) throws Exception - Throws:
- Exception
 
 
-