Package org.apache.catalina.storeconfig
Class CertificateStoreAppender
- java.lang.Object
-
- org.apache.catalina.storeconfig.StoreAppender
-
- org.apache.catalina.storeconfig.CertificateStoreAppender
-
public class CertificateStoreAppender extends StoreAppender
Store the Certificate attributes.
-
-
Constructor Summary
Constructors Constructor Description CertificateStoreAppender()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
checkAttribute(StoreDescription desc, java.beans.PropertyDescriptor descriptor, java.lang.String attributeName, java.lang.Object bean, java.lang.Object bean2)
Check if the attribute should be printed.-
Methods inherited from class org.apache.catalina.storeconfig.StoreAppender
defaultInstance, isPersistable, isPrintValue, printAttribute, printAttributes, printAttributes, printCloseTag, printIndent, printOpenTag, printTag, printTagArray, printTagContent, printTagValueArray, printValue
-
-
-
-
Method Detail
-
checkAttribute
protected java.lang.Object checkAttribute(StoreDescription desc, java.beans.PropertyDescriptor descriptor, java.lang.String attributeName, java.lang.Object bean, java.lang.Object bean2)
Description copied from class:StoreAppender
Check if the attribute should be printed.- Overrides:
checkAttribute
in classStoreAppender
- Parameters:
desc
- RegistryDescriptor from this beandescriptor
- PropertyDescriptor from this bean propertyattributeName
- The attribute name to storebean
- The current beanbean2
- A default instance of the bean for comparison- Returns:
- null if the value should be skipped, the value to print otherwise
-
-