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 SummaryConstructors Constructor Description CertificateStoreAppender()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.ObjectcheckAttribute(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.StoreAppenderdefaultInstance, isPersistable, isPrintValue, printAttribute, printAttributes, printAttributes, printCloseTag, printIndent, printOpenTag, printTag, printTagArray, printTagContent, printTagValueArray, printValue
 
- 
 
- 
- 
- 
Method Detail- 
checkAttributeprotected 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:StoreAppenderCheck if the attribute should be printed.- Overrides:
- checkAttributein class- StoreAppender
- Parameters:
- desc- RegistryDescriptor from this bean
- descriptor- PropertyDescriptor from this bean property
- attributeName- The attribute name to store
- bean- The current bean
- bean2- A default instance of the bean for comparison
- Returns:
- null if the value should be skipped, the value to print otherwise
 
 
- 
 
-