org.thymeleaf.standard.processor.value.link
Interface IStandardLinkValueProcessor

All Superinterfaces:
IValueProcessor
All Known Implementing Classes:
StandardLinkValueProcessor

public interface IStandardLinkValueProcessor
extends IValueProcessor

Since:
1.0
Author:
Daniel Fernández

Method Summary
 String getLinkValue(Arguments arguments, TemplateResolution templateResolution, StandardSyntax.LinkValue linkValue)
           
 
Methods inherited from interface org.thymeleaf.processor.value.IValueProcessor
getName, getValueProcessorDependencies
 

Method Detail

getLinkValue

String getLinkValue(Arguments arguments,
                    TemplateResolution templateResolution,
                    StandardSyntax.LinkValue linkValue)


Copyright © 2011 The THYMELEAF team. All Rights Reserved.