Class SSLHostConfigSF

java.lang.Object
org.apache.catalina.storeconfig.StoreFactoryBase
org.apache.catalina.storeconfig.SSLHostConfigSF
All Implemented Interfaces:
IStoreFactory

public class SSLHostConfigSF extends StoreFactoryBase
Store SSLHostConfig
  • Constructor Details

    • SSLHostConfigSF

      public SSLHostConfigSF()
  • Method Details

    • storeChildren

      public void storeChildren(PrintWriter aWriter, int indent, Object aSSLHostConfig, StoreDescription parentDesc) throws Exception
      Store nested SSLHostConfigCertificate elements. Must Implement at subclass for custom store children handling.
      Overrides:
      storeChildren in class StoreFactoryBase
      Parameters:
      aWriter - Current output writer
      indent - Indentation level
      aSSLHostConfig - Current element
      parentDesc - The element description
      Throws:
      Exception - Configuration storing error