XProperties 1.0.3

at.spardat.properties.processor
Class MetaProcessor

java.lang.Object
  extended byat.spardat.properties.AbstractPropertyProcessor
      extended byat.spardat.properties.processor.MetaProcessor

public class MetaProcessor
extends AbstractPropertyProcessor

processes meta data (property attributes)


Constructor Summary
MetaProcessor()
           
 
Method Summary
protected  boolean doProcessProperty(PropertyData data, Property property)
          process a property with this property processor
 void processAttribute(PropertyData data, java.lang.String metaTagValue)
           
 
Methods inherited from class at.spardat.properties.AbstractPropertyProcessor
processProperty, setNextProcessor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaProcessor

public MetaProcessor()
Method Detail

doProcessProperty

protected boolean doProcessProperty(PropertyData data,
                                    Property property)
                             throws PropertyException
Description copied from class: AbstractPropertyProcessor
process a property with this property processor

Specified by:
doProcessProperty in class AbstractPropertyProcessor
Parameters:
data - the property data object for access to other properties for evaluation
property - the property which shall be processed
Returns:
true if the process in this module was successfull. False if the process failed.
Throws:
PropertyException
See Also:
AbstractPropertyProcessor.doProcessProperty(at.spardat.properties.PropertyData, at.spardat.properties.Property)

processAttribute

public void processAttribute(PropertyData data,
                             java.lang.String metaTagValue)
                      throws PropertyException
Throws:
PropertyException

XProperties 1.0.3