Package org.apache.catalina.storeconfig
Class NamingResourcesSF
java.lang.Object
org.apache.catalina.storeconfig.StoreFactoryBase
org.apache.catalina.storeconfig.NamingResourcesSF
- All Implemented Interfaces:
- IStoreFactory
Store server.xml elements Resources at context and GlobalNamingResources
- 
Field SummaryFields inherited from class org.apache.catalina.storeconfig.StoreFactoryBasesm
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidstore(PrintWriter aWriter, int indent, Object aElement) Store the only the NamingResources elementsvoidstoreChildren(PrintWriter aWriter, int indent, 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
- 
Constructor Details- 
NamingResourcesSFpublic NamingResourcesSF()
 
- 
- 
Method Details- 
storeStore the only the NamingResources elements- Specified by:
- storein interface- IStoreFactory
- Overrides:
- storein class- StoreFactoryBase
- Throws:
- Exception
- See Also:
 
- 
storeChildrenpublic void storeChildren(PrintWriter aWriter, int indent, Object aElement, StoreDescription elementDesc) throws Exception Store 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:
- Exception- if an exception occurs while storing
- See Also:
 
 
-