Package io.vertigo.ui.core
Class ProtectedValueUtil
- java.lang.Object
-
- io.vertigo.ui.core.ProtectedValueUtil
-
public final class ProtectedValueUtil extends Object
- Author:
- npiedeloup
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROTECTED_VALUE_COLLECTION_NAME
-
Constructor Summary
Constructors Constructor Description ProtectedValueUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
generateProtectedValue(Serializable unprotectedValue)
Genere et conserve une URL protégée.static <V extends Serializable>
VreadProtectedValue(String protectedValue, Class<V> clazz)
Resoud une value protégée.
-
-
-
Field Detail
-
PROTECTED_VALUE_COLLECTION_NAME
public static final String PROTECTED_VALUE_COLLECTION_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
generateProtectedValue
public static String generateProtectedValue(Serializable unprotectedValue)
Genere et conserve une URL protégée.
-
readProtectedValue
public static <V extends Serializable> V readProtectedValue(String protectedValue, Class<V> clazz)
Resoud une value protégée.
-
-