net.trajano.twiff.renderer.component
Class Property

java.lang.Object
  extended by net.trajano.twiff.renderer.component.Property
All Implemented Interfaces:
Component

public class Property
extends Object
implements Component

Author:
Archimedes Trajano

Constructor Summary
Property()
           
 
Method Summary
 String evaluate(String parameters, String data)
          This method evaluates the component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property()
Method Detail

evaluate

public String evaluate(String parameters,
                       String data)
Description copied from interface: Component
This method evaluates the component.

Specified by:
evaluate in interface Component
Parameters:
parameters - the contents after
Returns:
rendered data.
See Also:
Component.evaluate(java.lang.String, java.lang.String)


Copyright © 2004-2005 trajano.net. All Rights Reserved.