|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CallContext
An object implementing this interface holds context data of the current call.
Field Summary | |
---|---|
static String |
BINDING_ATOMPUB
|
static String |
BINDING_BROWSER
|
static String |
BINDING_LOCAL
|
static String |
BINDING_WEBSERVICES
|
static String |
HTTP_SERVLET_REQUEST
|
static String |
HTTP_SERVLET_RESPONSE
|
static String |
LENGTH
|
static String |
LOCALE
|
static String |
LOCALE_ISO3166_COUNTRY
|
static String |
LOCALE_ISO639_LANGUAGE
|
static String |
OFFSET
|
static String |
PASSWORD
|
static String |
REPOSITORY_ID
|
static String |
SERVLET_CONTEXT
|
static String |
USERNAME
|
Method Summary | |
---|---|
Object |
get(String key)
Returns context data by key. |
String |
getBinding()
Returns the binding. |
BigInteger |
getLength()
Returns the content length if set, null otherwise |
String |
getLocale()
Returns the locale. |
BigInteger |
getOffset()
Returns the content offset if set, null otherwise |
String |
getPassword()
Returns the password. |
String |
getRepositoryId()
Returns the repository id. |
String |
getUsername()
Returns the user name. |
boolean |
isObjectInfoRequired()
Returns if true object infos can improve the performance. |
Field Detail |
---|
static final String BINDING_ATOMPUB
static final String BINDING_WEBSERVICES
static final String BINDING_BROWSER
static final String BINDING_LOCAL
static final String REPOSITORY_ID
static final String USERNAME
static final String PASSWORD
static final String LOCALE
static final String OFFSET
static final String LENGTH
static final String LOCALE_ISO639_LANGUAGE
static final String LOCALE_ISO3166_COUNTRY
static final String SERVLET_CONTEXT
static final String HTTP_SERVLET_REQUEST
static final String HTTP_SERVLET_RESPONSE
Method Detail |
---|
String getBinding()
BINDING_ATOMPUB
,
BINDING_WEBSERVICES
,
BINDING_BROWSER
or BINDING_LOCAL
.
boolean isObjectInfoRequired()
true
object infos can improve the performance.
Object get(String key)
key
- the key
null
otherwiseString getRepositoryId()
String getUsername()
String getPassword()
String getLocale()
BigInteger getOffset()
null
otherwise
BigInteger getLength()
null
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |