public interface Context
Modifier and Type | Interface and Description |
---|---|
static class |
Context.KeyData |
Modifier and Type | Method and Description |
---|---|
Charset |
getCharset() |
DecimalFormat |
getCurrencyFormatter() |
DateTimeFormat |
getDateFormatter() |
DecimalFormat |
getDecimalFormatter() |
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) |
Context |
unwrap() |
Registry getRegistry()
TimeZone getTimeZone()
Charset getCharset()
Context.KeyData getKeyData()
DecimalFormat getDecimalFormatter()
DecimalFormat getCurrencyFormatter()
DateTimeFormat getDateFormatter()
DateTimeFormat getTimeFormatter()
DateTimeFormat getTimestampFormatter()
void refreshType(int typeId)
void refreshRelationType(int relationId)
<T> T getSetting(String name, T defaultValue)
boolean isSettingEnabled(String name)
Protocol getProtocol()
Context unwrap()
Copyright © 2013–2017 impossibl.com. All rights reserved.