org.thymeleaf.standard.processor.value.link
Class StandardLinkValueProcessor

Object
  extended by org.thymeleaf.standard.processor.value.link.StandardLinkValueProcessor
All Implemented Interfaces:
IValueProcessor, IStandardLinkValueProcessor

public class StandardLinkValueProcessor
extends Object
implements IStandardLinkValueProcessor

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
StandardLinkValueProcessor()
           
 
Method Summary
 String getLinkValue(Arguments arguments, TemplateResolution templateResolution, StandardSyntax.LinkValue linkValue)
           
 String getName()
           
protected  String getSessionIDName()
           
 Set<Class<? extends IValueProcessor>> getValueProcessorDependencies()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardLinkValueProcessor

public StandardLinkValueProcessor()
Method Detail

getName

public String getName()
Specified by:
getName in interface IValueProcessor

getValueProcessorDependencies

public Set<Class<? extends IValueProcessor>> getValueProcessorDependencies()
Specified by:
getValueProcessorDependencies in interface IValueProcessor

getLinkValue

public final String getLinkValue(Arguments arguments,
                                 TemplateResolution templateResolution,
                                 StandardSyntax.LinkValue linkValue)
Specified by:
getLinkValue in interface IStandardLinkValueProcessor

getSessionIDName

protected String getSessionIDName()


Copyright © 2011 The THYMELEAF team. All Rights Reserved.