org.thymeleaf.util
Class PrefixUtils

Object
  extended by org.thymeleaf.util.PrefixUtils

Deprecated. The PrefixUtils class has been deprecated in 2.1.0. From then on, the Element and Attribute classes are responsible for managing and combining dialect prefixes as required.

@Deprecated
public final class PrefixUtils
extends Object

Since:
1.0
Author:
Daniel Fernández

Method Summary
static String getPrefix(String name)
          Deprecated. The PrefixUtils class has been deprecated in 2.1.0. From then on, the Element and Attribute classes are responsible for managing and combining dialect prefixes as required.
static String getUnprefixed(String name)
          Deprecated. The PrefixUtils class has been deprecated in 2.1.0. From then on, the Element and Attribute classes are responsible for managing and combining dialect prefixes as required.
static boolean hasPrefix(String name)
          Deprecated. The PrefixUtils class has been deprecated in 2.1.0. From then on, the Element and Attribute classes are responsible for managing and combining dialect prefixes as required.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPrefix

@Deprecated
public static String getPrefix(String name)
Deprecated. The PrefixUtils class has been deprecated in 2.1.0. From then on, the Element and Attribute classes are responsible for managing and combining dialect prefixes as required.


getUnprefixed

@Deprecated
public static String getUnprefixed(String name)
Deprecated. The PrefixUtils class has been deprecated in 2.1.0. From then on, the Element and Attribute classes are responsible for managing and combining dialect prefixes as required.


hasPrefix

@Deprecated
public static boolean hasPrefix(String name)
Deprecated. The PrefixUtils class has been deprecated in 2.1.0. From then on, the Element and Attribute classes are responsible for managing and combining dialect prefixes as required.



Copyright © 2013 The THYMELEAF team. All Rights Reserved.