org.thymeleaf.doctype
Class DocTypeIdentifier

Object
  extended by org.thymeleaf.doctype.DocTypeIdentifier

public final class DocTypeIdentifier
extends Object

Since:
1.0
Author:
Daniel Fernández, Guven Demir

Field Summary
static DocTypeIdentifier ANY
           
static DocTypeIdentifier NONE
           
 
Method Summary
 boolean equals(Object obj)
           
static DocTypeIdentifier forAny()
           
static DocTypeIdentifier forNone()
           
static DocTypeIdentifier forValue(String value)
           
 String getValue()
           
 int hashCode()
           
 boolean isAny()
           
 boolean isNone()
           
 boolean matches(DocTypeIdentifier identifier)
           
 boolean matches(String identifier)
           
 String toString()
           
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ANY

public static DocTypeIdentifier ANY

NONE

public static DocTypeIdentifier NONE
Method Detail

forAny

public static DocTypeIdentifier forAny()

forNone

public static DocTypeIdentifier forNone()

forValue

public static DocTypeIdentifier forValue(String value)

isNone

public boolean isNone()

isAny

public boolean isAny()

getValue

public String getValue()

matches

public boolean matches(String identifier)

matches

public boolean matches(DocTypeIdentifier identifier)

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012 The THYMELEAF team. All Rights Reserved.