org.thymeleaf.standard.processor.value.link
Class StandardLinkValueProcessor
Object
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
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardLinkValueProcessor
public StandardLinkValueProcessor()
- Deprecated.
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.