ar.com.fdvs.dj.domain
Class StringExpression

java.lang.Object
  extended by ar.com.fdvs.dj.domain.StringExpression
All Implemented Interfaces:
CustomExpression
Direct Known Subclasses:
LiteralExpression

public abstract class StringExpression
extends java.lang.Object
implements CustomExpression

HyperLinkExpression are CustomsExpression that returns a String value which consist in the url we want the hyperlink to have

Author:
mamana

Field Summary
 
Fields inherited from interface ar.com.fdvs.dj.domain.CustomExpression
EVAL_METHOD_NAME
 
Constructor Summary
StringExpression()
           
 
Method Summary
 java.lang.String getClassName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ar.com.fdvs.dj.domain.CustomExpression
evaluate
 

Constructor Detail

StringExpression

public StringExpression()
Method Detail

getClassName

public java.lang.String getClassName()
Specified by:
getClassName in interface CustomExpression


Copyright © 2006-2009 FDV Solutions. All Rights Reserved.