Package org.apache.catalina.storeconfig
Class WrapperLifecycleSF
- java.lang.Object
- 
- org.apache.catalina.storeconfig.StoreFactoryBase
- 
- org.apache.catalina.storeconfig.WrapperLifecycleSF
 
 
- 
- All Implemented Interfaces:
- IStoreFactory
 
 public class WrapperLifecycleSF extends StoreFactoryBase 
- 
- 
Field Summary- 
Fields inherited from class org.apache.catalina.storeconfig.StoreFactoryBasesm
 
- 
 - 
Constructor SummaryConstructors Constructor Description WrapperLifecycleSF()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstore(java.io.PrintWriter aWriter, int indent, java.lang.Object aElement)Store a server.xml element with attributes and children- 
Methods inherited from class org.apache.catalina.storeconfig.StoreFactoryBasegetInfo, getRegistry, getStoreAppender, setRegistry, setStoreAppender, storeChildren, storeElement, storeElementArray, storeXMLHead
 
- 
 
- 
- 
- 
Method Detail- 
storepublic void store(java.io.PrintWriter aWriter, int indent, java.lang.Object aElement) throws java.lang.ExceptionDescription copied from class:StoreFactoryBaseStore a server.xml element with attributes and children- Specified by:
- storein interface- IStoreFactory
- Overrides:
- storein class- StoreFactoryBase
- Throws:
- java.lang.Exception
- See Also:
- IStoreFactory.store(java.io.PrintWriter, int, java.lang.Object)
 
 
- 
 
-