All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ocpsoft.pretty.faces.el.PrettyExpression Maven / Gradle / Ivy

There is a newer version: 3.3.3
Show newest version
package com.ocpsoft.pretty.faces.el;

/**
 * 
 * Interface representing a single EL method or value binding expression.
 * 
 * @author Christian Kaltepoth
 *
 */
public interface PrettyExpression
{
   /**
    * Returns the string representation of the expression.
    * 
    * @return The string representation.
    */
   public String getELExpression();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy