public static final class UacaOptions.View extends AbstractOptions implements java.io.Serializable, UacaOptions
UacaOptions.Schema, UacaOptions.View
Modifier and Type | Method and Description |
---|---|
java.net.URL |
getApplicationUrl() |
boolean |
isConnectionCheckEnabled() |
boolean |
isErrorDialogEnabled() |
boolean |
isErrorLogEnabled() |
boolean |
isNoticeLogEnabled() |
boolean |
isRequestLogEnabled() |
static UacaOptions |
of(Options options) |
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Converts this options instance to map.
|
fromMap, get, put, toString
public static UacaOptions of(Options options)
public java.util.Map<java.lang.String,java.lang.Object> toMap()
Options
Note that the implementation specifies whether this method returns a snapshot or view of options.
public java.net.URL getApplicationUrl()
getApplicationUrl
in interface UacaOptions
public boolean isConnectionCheckEnabled()
isConnectionCheckEnabled
in interface UacaOptions
public boolean isErrorDialogEnabled()
isErrorDialogEnabled
in interface UacaOptions
public boolean isRequestLogEnabled()
isRequestLogEnabled
in interface UacaOptions
public boolean isNoticeLogEnabled()
isNoticeLogEnabled
in interface UacaOptions
public boolean isErrorLogEnabled()
isErrorLogEnabled
in interface UacaOptions