public class DecoratorContext extends Object implements Context
Context.KeyData| Constructor and Description |
|---|
DecoratorContext(Context base) |
| Modifier and Type | Method and Description |
|---|---|
Charset |
getCharset() |
DateTimeFormat |
getDateFormatter() |
Context.KeyData |
getKeyData() |
Protocol |
getProtocol() |
Registry |
getRegistry() |
Object |
getSetting(String name) |
<T> T |
getSetting(String name,
Class<T> type) |
<T> T |
getSetting(String name,
T defaultValue) |
DateTimeFormat |
getTimeFormatter() |
DateTimeFormat |
getTimestampFormatter() |
TimeZone |
getTimeZone() |
boolean |
isSettingEnabled(String name) |
Class<?> |
lookupInstanceType(Type type) |
void |
refreshRelationType(int relationId) |
void |
refreshType(int typeId) |
void |
reportNotification(int processId,
String channelName,
String payload) |
public DecoratorContext(Context base)
public Registry getRegistry()
getRegistry in interface Contextpublic TimeZone getTimeZone()
getTimeZone in interface Contextpublic Charset getCharset()
getCharset in interface Contextpublic Context.KeyData getKeyData()
getKeyData in interface Contextpublic DateTimeFormat getDateFormatter()
getDateFormatter in interface Contextpublic DateTimeFormat getTimeFormatter()
getTimeFormatter in interface Contextpublic DateTimeFormat getTimestampFormatter()
getTimestampFormatter in interface Contextpublic Class<?> lookupInstanceType(Type type)
lookupInstanceType in interface Contextpublic void refreshType(int typeId)
refreshType in interface Contextpublic void refreshRelationType(int relationId)
refreshRelationType in interface Contextpublic Object getSetting(String name)
getSetting in interface Contextpublic <T> T getSetting(String name, Class<T> type)
getSetting in interface Contextpublic <T> T getSetting(String name, T defaultValue)
getSetting in interface Contextpublic boolean isSettingEnabled(String name)
isSettingEnabled in interface Contextpublic Protocol getProtocol()
getProtocol in interface Contextpublic void reportNotification(int processId,
String channelName,
String payload)
reportNotification in interface ContextCopyright © 2013-2015 impossibl.com. All Rights Reserved.