public class CookieValueWraper extends BaseWraper
CookieValueWraper.java
Description:
bboss workgroup
Copyright (c) 2005-2013
componentType, defaultvalue, numeric, paramType| 构造器和说明 |
|---|
CookieValueWraper(CookieValue cookieValue,
java.lang.Class paramType) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
dateformat()
指定日期格式
|
java.lang.String |
editor() |
java.util.Locale |
getLocale() |
java.lang.String |
name()
The name of the cookie to bind to.
|
boolean |
required()
Whether the header is required.
|
convertValue, defaultvalue, getParamType, isNumericpublic CookieValueWraper(CookieValue cookieValue, java.lang.Class paramType)
public java.lang.String name()
public boolean required()
Default is Alternatively, provide a true, leading to an exception being thrown
in case the header is missing in the request. Switch this to
false if you prefer a null in case of the
missing header.
defaultValue,
which implicitly sets this flag to false.
public java.lang.String editor()
public java.lang.String dateformat()
public java.util.Locale getLocale()