public class InterceptorSF extends StoreFactoryBase
sm
Constructor and Description |
---|
InterceptorSF() |
Modifier and Type | Method and Description |
---|---|
void |
store(PrintWriter aWriter,
int indent,
Object aElement)
Store a server.xml element with attributes and children
|
void |
storeChildren(PrintWriter aWriter,
int indent,
Object aInterceptor,
StoreDescription parentDesc)
Store the specified Interceptor child.
|
getInfo, getRegistry, getStoreAppender, setRegistry, setStoreAppender, storeElement, storeElementArray, storeXMLHead
public void store(PrintWriter aWriter, int indent, Object aElement) throws Exception
StoreFactoryBase
store
in interface IStoreFactory
store
in class StoreFactoryBase
Exception
IStoreFactory.store(java.io.PrintWriter,
int, java.lang.Object)
public void storeChildren(PrintWriter aWriter, int indent, Object aInterceptor, StoreDescription parentDesc) throws Exception
storeChildren
in class StoreFactoryBase
aWriter
- PrintWriter to which we are storingindent
- Number of spaces to indent this elementaInterceptor
- Channel whose properties are being storedparentDesc
- The element descriptionException
- if an exception occurs while storingCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.