|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.getsnappy.w20.Context
com.getsnappy.w20.StaticContext
public abstract class StaticContext
FIXME: add comments!
Field Summary |
---|
Fields inherited from class com.getsnappy.w20.Context |
---|
subContexts |
Constructor Summary | |
---|---|
StaticContext(java.lang.String className,
java.lang.String contextId,
JavaScriptLoadingIndicator indicator)
Create a new static context. |
Method Summary | |
---|---|
java.lang.String |
getClassName()
|
java.lang.String |
getContextId()
|
protected JavaScriptLoadingIndicator |
getJavaScriptLoadingIndicator()
|
void |
jsDeclareObject(java.io.Writer out)
Generate a JavaScript function that returns a JavaScript object representing this context. |
Methods inherited from class com.getsnappy.w20.Context |
---|
include, includeAsync, jsReload, output |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StaticContext(java.lang.String className, java.lang.String contextId, JavaScriptLoadingIndicator indicator)
className
- contextId
- indicator
- TODOqueryString
- Method Detail |
---|
public java.lang.String getClassName()
getClassName
in class Context
public java.lang.String getContextId()
getContextId
in class Context
public void jsDeclareObject(java.io.Writer out) throws java.io.IOException
Context