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

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

Deprecated. Will be removed in 1.1.3. IValueProcessors have been deprecated along with all its related infrastructure, and they have been substituted by the Standard Expression evaluation infrastructure provided by the static methods of StandardExpressionProcessor.

@Deprecated
public class StandardLinkValueProcessor
extends Object
implements IStandardLinkValueProcessor

Since:
1.0
Author:
Daniel Fernández

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

Constructor Detail

StandardLinkValueProcessor

public StandardLinkValueProcessor()
Deprecated. 
Method Detail

getName

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

getValueProcessorDependencies

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

getLinkValue

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

getSessionIDName

protected String getSessionIDName()
Deprecated. 


Copyright © 2011 The THYMELEAF team. All Rights Reserved.