org.thymeleaf.standard.expression
Class LinkExpression

Object
  extended by org.thymeleaf.standard.expression.Expression
      extended by org.thymeleaf.standard.expression.SimpleExpression
          extended by org.thymeleaf.standard.expression.LinkExpression
All Implemented Interfaces:
java.io.Serializable

public final class LinkExpression
extends SimpleExpression

Since:
1.1
Author:
Daniel Fernández, Josh Long
See Also:
Serialized Form

Constructor Summary
LinkExpression(Expression base, AssignationSequence parameters)
           
 
Method Summary
 Expression getBase()
           
 AssignationSequence getParameters()
           
 String getStringRepresentation()
           
 boolean hasParameters()
           
 
Methods inherited from class org.thymeleaf.standard.expression.Expression
toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkExpression

public LinkExpression(Expression base,
                      AssignationSequence parameters)
Method Detail

getBase

public Expression getBase()

getParameters

public AssignationSequence getParameters()

hasParameters

public boolean hasParameters()

getStringRepresentation

public String getStringRepresentation()
Specified by:
getStringRepresentation in class Expression


Copyright © 2012 The THYMELEAF team. All Rights Reserved.