|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.getsnappy.snappyj.Context
com.getsnappy.snappyj.StaticContext
public abstract class StaticContext
FIXME: add comments!
| Field Summary |
|---|
| Fields inherited from class com.getsnappy.snappyj.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.snappyj.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 Contextpublic java.lang.String getContextId()
getContextId in class Context
public void jsDeclareObject(java.io.Writer out)
throws java.io.IOException
Context