Package org.apache.catalina.storeconfig
Class CertificateStoreAppender
java.lang.Object
org.apache.catalina.storeconfig.StoreAppender
org.apache.catalina.storeconfig.CertificateStoreAppender
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Object
checkAttribute
(StoreDescription desc, PropertyDescriptor descriptor, String attributeName, Object bean, 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
-
Constructor Details
-
CertificateStoreAppender
public CertificateStoreAppender()
-
-
Method Details
-
checkAttribute
protected Object checkAttribute(StoreDescription desc, PropertyDescriptor descriptor, String attributeName, Object bean, 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
-