Class AbstractAttributeEvaluator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object evaluate​(Attribute attribute, org.apache.tiles.request.Request request)
      Evaluates an attribute value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractAttributeEvaluator

        public AbstractAttributeEvaluator()
    • Method Detail

      • evaluate

        public java.lang.Object evaluate​(Attribute attribute,
                                         org.apache.tiles.request.Request request)
        Evaluates an attribute value.
        Specified by:
        evaluate in interface AttributeEvaluator
        Parameters:
        attribute - The attribute to evaluate.
        request - The request object.
        Returns:
        The evaluated object.