|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The ImageContext is used to encapsulate information about the the environment in which image requests are made.
Method Summary | |
Agent |
getAgent()
Returns the end user's Agent. |
Configuration |
getConfiguration()
Returns a Configuration object that will be used to locate paths and return global properties. |
ErrorLog |
getErrorLog()
Get an interface that can be used to log errors. |
LocaleContext |
getLocaleContext()
Returns the end user's locale. |
java.lang.Object |
getProperty(java.lang.String namespace,
java.lang.Object key)
Gets a property stored on the context. |
StyleContext |
getStyleContext()
Returns a StyleContext that can be used to look up styles while rendering images with this ImageContext. |
void |
setProperty(java.lang.String namespace,
java.lang.Object key,
java.lang.Object value)
Stores a property on the context. |
Method Detail |
public LocaleContext getLocaleContext()
public Agent getAgent()
public ErrorLog getErrorLog()
public Configuration getConfiguration()
public java.lang.Object getProperty(java.lang.String namespace, java.lang.Object key)
public void setProperty(java.lang.String namespace, java.lang.Object key, java.lang.Object value)
public StyleContext getStyleContext()
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |