|
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 |
java.lang.Object | +--oracle.cabo.style.StyleContextImpl
A simple StyleContext implementation.
StyleContext
Constructor Summary | |
StyleContextImpl(LocaleContext localeContext,
Agent agent,
ErrorLog errorLog,
Configuration configuration)
Creates StyleContextImpl. |
Method Summary | |
Agent |
getAgent()
Implementation of StyleContext.getAgent(). |
Configuration |
getConfiguration()
Returns a Configuration object that will be used to locate paths and return global properties. |
ErrorLog |
getErrorLog()
Implementation of StyleContext.getErrorLog(). |
LocaleContext |
getLocaleContext()
Implementation of StyleContext.getLocaleContext(). |
java.lang.Object |
getProperty(java.lang.String namespace,
java.lang.Object key)
Gets a property stored on the context. |
void |
setProperty(java.lang.String namespace,
java.lang.Object key,
java.lang.Object value)
Sets a property with the specified namespace and key. |
java.lang.String |
toString()
Override of Object.toString(). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public StyleContextImpl(LocaleContext localeContext, Agent agent, ErrorLog errorLog, Configuration configuration)
Method Detail |
public LocaleContext getLocaleContext()
getLocaleContext
in interface StyleContext
public Agent getAgent()
getAgent
in interface StyleContext
public ErrorLog getErrorLog()
getErrorLog
in interface StyleContext
public Configuration getConfiguration()
getConfiguration
in interface StyleContext
public java.lang.Object getProperty(java.lang.String namespace, java.lang.Object key)
getProperty
in interface StyleContext
public void setProperty(java.lang.String namespace, java.lang.Object key, java.lang.Object value)
setProperty
in interface StyleContext
public java.lang.String toString()
toString
in class java.lang.Object
|
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 |