org.thymeleaf.util
Class PrefixUtils

Object
  extended by org.thymeleaf.util.PrefixUtils

public final class PrefixUtils
extends Object

Since:
1.0
Author:
Daniel Fernández

Method Summary
static String getPrefix(String name)
           
static String getUnprefixed(String name)
           
static boolean hasPrefix(String name)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPrefix

public static String getPrefix(String name)

getUnprefixed

public static String getUnprefixed(String name)

hasPrefix

public static boolean hasPrefix(String name)


Copyright © 2012 The THYMELEAF team. All Rights Reserved.