public class DefaultCsrfToken extends AbstractSimpleDatatype<String> implements CsrfToken
CsrfToken
it simply uses a string value
as payload.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
UID for serialization.
|
Modifier | Constructor and Description |
---|---|
protected |
DefaultCsrfToken()
The constructor for de-serialization in GWT.
|
|
DefaultCsrfToken(String value)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getValue()
This method returns the raw value of this datatype.
|
equals, getValue, hashCode, toString
private static final long serialVersionUID
protected DefaultCsrfToken()
public String getValue()
String
, Character
, Boolean
, any type of Number
, any type of java.time.LocalDate
, etc.).getValue
in interface AttributeReadValue<String>
getValue
in interface SimpleDatatype<String>
getValue
in class AbstractSimpleDatatype<String>
Copyright © 2001–2016 mmm-Team. All rights reserved.