org.thymeleaf.standard.syntax
Class StandardSyntax.LinkValue

Object
  extended by org.thymeleaf.standard.syntax.StandardSyntax.LinkValue
All Implemented Interfaces:
StandardSyntax.Value
Enclosing class:
StandardSyntax

public static final class StandardSyntax.LinkValue
extends Object
implements StandardSyntax.Value

Since:
1.0
Author:
Daniel Fernández

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.thymeleaf.standard.syntax.StandardSyntax.Value
StandardSyntax.Value.Type
 
Constructor Summary
StandardSyntax.LinkValue(StandardSyntax.Value base, StandardSyntax.AssignationSequence parameters)
           
 
Method Summary
 StandardSyntax.Value getBase()
           
 StandardSyntax.AssignationSequence getParameters()
           
 String getStringRepresentation()
           
 StandardSyntax.Value.Type getType()
           
 boolean hasParameters()
           
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StandardSyntax.LinkValue

public StandardSyntax.LinkValue(StandardSyntax.Value base,
                                StandardSyntax.AssignationSequence parameters)
Method Detail

getBase

public StandardSyntax.Value getBase()

getParameters

public StandardSyntax.AssignationSequence getParameters()

hasParameters

public boolean hasParameters()

getStringRepresentation

public String getStringRepresentation()
Specified by:
getStringRepresentation in interface StandardSyntax.Value

toString

public String toString()
Overrides:
toString in class Object

getType

public StandardSyntax.Value.Type getType()
Specified by:
getType in interface StandardSyntax.Value


Copyright © 2011 The THYMELEAF team. All Rights Reserved.