Package org.apache.catalina.storeconfig
Class NamingResourcesSF
- java.lang.Object
- 
- org.apache.catalina.storeconfig.StoreFactoryBase
- 
- org.apache.catalina.storeconfig.NamingResourcesSF
 
 
- 
- All Implemented Interfaces:
- IStoreFactory
 
 public class NamingResourcesSF extends StoreFactoryBase Store server.xml elements Resources at context and GlobalNamingResources
- 
- 
Field Summary- 
Fields inherited from class org.apache.catalina.storeconfig.StoreFactoryBasesm
 
- 
 - 
Constructor SummaryConstructors Constructor Description NamingResourcesSF()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstore(java.io.PrintWriter aWriter, int indent, java.lang.Object aElement)Store the only the NamingResources elementsvoidstoreChildren(java.io.PrintWriter aWriter, int indent, java.lang.Object aElement, StoreDescription elementDesc)Store the specified NamingResources properties.- 
Methods inherited from class org.apache.catalina.storeconfig.StoreFactoryBasegetInfo, getRegistry, getStoreAppender, setRegistry, setStoreAppender, storeElement, storeElementArray, storeXMLHead
 
- 
 
- 
- 
- 
Method Detail- 
storepublic void store(java.io.PrintWriter aWriter, int indent, java.lang.Object aElement) throws java.lang.ExceptionStore the only the NamingResources elements- Specified by:
- storein interface- IStoreFactory
- Overrides:
- storein class- StoreFactoryBase
- Throws:
- java.lang.Exception
- See Also:
- storeChildren(PrintWriter, int, Object, StoreDescription)
 
 - 
storeChildrenpublic void storeChildren(java.io.PrintWriter aWriter, int indent, java.lang.Object aElement, StoreDescription elementDesc) throws java.lang.ExceptionStore the specified NamingResources properties.- Overrides:
- storeChildrenin class- StoreFactoryBase
- Parameters:
- aWriter- PrintWriter to which we are storing
- indent- Number of spaces to indent this element
- aElement- Object whose properties are being stored
- elementDesc- element descriptor
- Throws:
- java.lang.Exception- if an exception occurs while storing
- See Also:
- StoreFactoryBase.storeChildren(java.io.PrintWriter, int, java.lang.Object, StoreDescription)
 
 
- 
 
-