org.apache.catalina.storeconfig
Class StandardHostSF

java.lang.Object
  extended byorg.apache.catalina.storeconfig.StoreFactoryBase
      extended byorg.apache.catalina.storeconfig.StandardHostSF
All Implemented Interfaces:
IStoreFactory

public class StandardHostSF
extends StoreFactoryBase

Store server.xml Element Host

Author:
Peter Rossbach

Field Summary
 
Fields inherited from class org.apache.catalina.storeconfig.StoreFactoryBase
sm
 
Constructor Summary
StandardHostSF()
           
 
Method Summary
 void storeChilds(java.io.PrintWriter aWriter, int indent, java.lang.Object aHost, StoreDescription parentDesc)
          Store the specified Host properties and childs (Listener,Alias,Realm,Valve,Cluster, Context)
 
Methods inherited from class org.apache.catalina.storeconfig.StoreFactoryBase
getInfo, getRegistry, getStoreAppender, setRegistry, setStoreAppender, store, storeElement, storeElementArray, storeXMLHead
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardHostSF

public StandardHostSF()
Method Detail

storeChilds

public void storeChilds(java.io.PrintWriter aWriter,
                        int indent,
                        java.lang.Object aHost,
                        StoreDescription parentDesc)
                 throws java.lang.Exception
Store the specified Host properties and childs (Listener,Alias,Realm,Valve,Cluster, Context)

Overrides:
storeChilds in class StoreFactoryBase
Parameters:
aWriter - PrintWriter to which we are storing
indent - Number of spaces to indent this element
aHost - Host whose properties are being stored
parentDesc -
Throws:
java.lang.Exception - if an exception occurs while storing


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.