A C D E F G H I J L M O P R S T U W

A

asPath() - Method in class org.apache.cocoon.components.flow.javascript.ScriptablePropertyPointer
 

C

CompilingInterpreter - class org.apache.cocoon.components.flow.CompilingInterpreter.
This is a base class for all interpreters compiling the scripts
CompilingInterpreter() - Constructor for class org.apache.cocoon.components.flow.CompilingInterpreter
 
CompilingInterpreter.ScriptSourceEntry - class org.apache.cocoon.components.flow.CompilingInterpreter.ScriptSourceEntry.
 
CompilingInterpreter.ScriptSourceEntry(Source) - Constructor for class org.apache.cocoon.components.flow.CompilingInterpreter.ScriptSourceEntry
 
callFunction(String, List, Redirector) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter
Calls a JavaScript function, passing params as its arguments.
compile(Context, Scriptable) - Method in class org.apache.cocoon.components.flow.CompilingInterpreter.ScriptSourceEntry
 
compileScript(Context, Scriptable, Source) - Method in class org.apache.cocoon.components.flow.CompilingInterpreter
TODO - This is a little bit strange, the interpreter calls compile(org.mozilla.javascript.Context, org.mozilla.javascript.Scriptable) which in turn calls this compileScript mthod on the interpreter.
compileScript(Context, Scriptable, Source) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter
 
compiledScripts - Variable in class org.apache.cocoon.components.flow.CompilingInterpreter
Mapping of String objects (source uri's) to ScriptSourceEntry's
configure(Configuration) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter
 
createNodePointer(QName, Object, Locale) - Method in class org.apache.cocoon.components.flow.javascript.ScriptablePointerFactory
 
createNodePointer(NodePointer, QName, Object) - Method in class org.apache.cocoon.components.flow.javascript.ScriptablePointerFactory
 
createPageLocal() - Method in interface org.apache.cocoon.components.flow.javascript.fom.PageLocalScope
 
createPageLocal() - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeHolder
 
createPageLocal() - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeImpl
 

D

delete(String) - Method in class org.apache.cocoon.components.flow.javascript.ScriptableMap
 
delete(int) - Method in class org.apache.cocoon.components.flow.javascript.ScriptableMap
 
delete(int) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalImpl
 
delete(String) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalImpl
 
delete(PageLocal, String) - Method in interface org.apache.cocoon.components.flow.javascript.fom.PageLocalScope
 
delete(PageLocal, int) - Method in interface org.apache.cocoon.components.flow.javascript.fom.PageLocalScope
 
delete(PageLocal, String) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeHolder
 
delete(PageLocal, int) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeHolder
 
delete(PageLocal, String) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeImpl
 
delete(PageLocal, int) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeImpl
 
dispose() - Method in class org.apache.cocoon.components.flow.CompilingInterpreter
 
duplicate() - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeImpl
 

E

error(String, String, int, String, int) - Method in class org.apache.cocoon.components.flow.javascript.JSErrorReporter
 

F

FOMResourceNotFoundException - exception org.apache.cocoon.components.flow.javascript.fom.FOMResourceNotFoundException.
The exception thrown when the FOM classes can't find the necessary resource.
FOMResourceNotFoundException(String) - Constructor for class org.apache.cocoon.components.flow.javascript.fom.FOMResourceNotFoundException
 
FOMResourceNotFoundException(String, Throwable) - Constructor for class org.apache.cocoon.components.flow.javascript.fom.FOMResourceNotFoundException
 
FOM_Cocoon - class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.
Implementation of FOM (Flow Object Model).
FOM_Cocoon() - Constructor for class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
 
FOM_Cocoon.FOM_Context - class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.FOM_Context.
JS wrapper for Cocoon's context object.
FOM_Cocoon.FOM_Context(Scriptable, Context) - Constructor for class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.FOM_Context
 
FOM_Cocoon.FOM_Request - class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.FOM_Request.
JS wrapper for Cocoon's request object.
FOM_Cocoon.FOM_Request(Scriptable, Request) - Constructor for class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.FOM_Request
 
FOM_Cocoon.FOM_Session - class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.FOM_Session.
JS wrapper for Cocoon's session object.
FOM_Cocoon.FOM_Session(Scriptable, Session) - Constructor for class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.FOM_Session
 
FOM_JavaScriptFlowHelper - class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptFlowHelper.
Provides the interface between the JavaScript flow controller layer and the view layer.
FOM_JavaScriptFlowHelper() - Constructor for class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptFlowHelper
 
FOM_JavaScriptInterpreter - class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter.
Interface with the JavaScript interpreter.
FOM_JavaScriptInterpreter() - Constructor for class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter
 
FOM_JavaScriptInterpreter.ThreadScope - class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter.ThreadScope.
 
FOM_JavaScriptInterpreter.ThreadScope(Global) - Constructor for class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter.ThreadScope
Initializes new top-level scope.
FOM_WebContinuation - class org.apache.cocoon.components.flow.javascript.fom.FOM_WebContinuation.
 
FOM_WebContinuation() - Constructor for class org.apache.cocoon.components.flow.javascript.fom.FOM_WebContinuation
 
FOM_WebContinuation(WebContinuation) - Constructor for class org.apache.cocoon.components.flow.javascript.fom.FOM_WebContinuation
 
forwardTo(String, Object, FOM_WebContinuation) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
Call the Cocoon Sitemap to process a page
forwardTo(Scriptable, FOM_Cocoon, String, Object, FOM_WebContinuation, Redirector) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter
 

G

get(String, Scriptable) - Method in class org.apache.cocoon.components.flow.javascript.ScriptableMap
 
get(int, Scriptable) - Method in class org.apache.cocoon.components.flow.javascript.ScriptableMap
 
get(String, Scriptable) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalImpl
 
get(int, Scriptable) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalImpl
 
get(PageLocal, String) - Method in interface org.apache.cocoon.components.flow.javascript.fom.PageLocalScope
 
get(PageLocal, int) - Method in interface org.apache.cocoon.components.flow.javascript.fom.PageLocalScope
 
get(PageLocal, String) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeHolder
 
get(PageLocal, int) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeHolder
 
get(PageLocal, String) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeImpl
 
get(PageLocal, int) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeImpl
 
getApplicationContext() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
Get the current application context.
getAttribute(String) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.FOM_Context
 
getAttribute(String) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.FOM_Request
 
getAttribute(String) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.FOM_Session
 
getAttributeNames() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.FOM_Context
 
getAttributeNames() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.FOM_Request
 
getAttributeNames() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.FOM_Session
 
getClassLoader() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter.ThreadScope
 
getClassName() - Method in class org.apache.cocoon.components.flow.javascript.ScriptableMap
 
getClassName() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
 
getClassName() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter.ThreadScope
 
getClassName() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_WebContinuation
 
getClassName() - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalImpl
 
getCompileTime() - Method in class org.apache.cocoon.components.flow.CompilingInterpreter.ScriptSourceEntry
 
getContext() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
Get the current context
getDefaultValue(Class) - Method in class org.apache.cocoon.components.flow.javascript.ScriptableMap
 
getDefaultValue(Class) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalImpl
 
getDefaultValue(PageLocal, Class) - Method in interface org.apache.cocoon.components.flow.javascript.fom.PageLocalScope
 
getDefaultValue(PageLocal, Class) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeHolder
 
getDefaultValue(PageLocal, Class) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeImpl
 
getDelegate() - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeHolder
 
getException(String, Exception) - Method in class org.apache.cocoon.components.flow.javascript.LocationTrackingDebugger
Get an exception that reflects the known location stack
getFOM_Context(Map) - Static method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptFlowHelper
 
getFOM_FlowScope(Map) - Static method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptFlowHelper
Get the flowscript scope, usable by JS snippets part of the control layer, such as forms event listeners.
getFOM_Request(Map) - Static method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptFlowHelper
 
getFOM_Response(Map) - Static method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptFlowHelper
 
getFOM_Session(Map) - Static method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptFlowHelper
 
getFOM_WebContinuation(Map) - Static method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptFlowHelper
 
getFrame(Context, DebuggableScript) - Method in class org.apache.cocoon.components.flow.javascript.LocationTrackingDebugger
 
getId() - Method in interface org.apache.cocoon.components.flow.javascript.fom.PageLocal
 
getId() - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalImpl
 
getIds() - Method in class org.apache.cocoon.components.flow.javascript.ScriptableMap
 
getIds() - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalImpl
 
getIds(PageLocal) - Method in interface org.apache.cocoon.components.flow.javascript.fom.PageLocalScope
 
getIds(PageLocal) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeHolder
 
getIds(PageLocal) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeImpl
 
getImmediateNode() - Method in class org.apache.cocoon.components.flow.javascript.ScriptablePointer
 
getImmediateNode() - Method in class org.apache.cocoon.components.flow.javascript.ScriptablePropertyPointer
 
getInterpreterId() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
Required by FOM_WebContinuation.
getJavaPackage(Map) - Static method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptFlowHelper
Return the JS "java" property (that gives access to the "java" package) for use by the view layer
getLength() - Method in class org.apache.cocoon.components.flow.javascript.ScriptablePointer
 
getLength() - Method in class org.apache.cocoon.components.flow.javascript.ScriptablePropertyPointer
 
getNewObjectModel() - Static method in class org.apache.cocoon.components.flow.util.PipelineUtil
 
getObjectModel() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
Get the current object model
getObjectModel() - Static method in class org.apache.cocoon.components.flow.util.PipelineUtil
Helper method to get the current object model.
getOrder() - Method in class org.apache.cocoon.components.flow.javascript.ScriptablePointerFactory
 
getPackages(Map) - Static method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptFlowHelper
Return the JS "Packages" property (that gives access to Java packages) for use by the view layer
getParameters() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
 
getParentScope() - Method in class org.apache.cocoon.components.flow.javascript.ScriptableMap
 
getProperty(Object, String) - Method in class org.apache.cocoon.components.flow.javascript.ScriptablePropertyHandler
 
getPropertyNames(Object) - Method in class org.apache.cocoon.components.flow.javascript.ScriptablePropertyHandler
 
getPropertyPointer() - Method in class org.apache.cocoon.components.flow.javascript.ScriptablePointer
 
getPrototype() - Method in class org.apache.cocoon.components.flow.javascript.ScriptableMap
 
getRequest() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
Get the current request
getResponse() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
Get the current response
getScript() - Method in class org.apache.cocoon.components.flow.CompilingInterpreter.ScriptSourceEntry
 
getScriptExtension() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter
 
getSession() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
Get the current session
getSettings() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
Get the current settings object.
getSource() - Method in class org.apache.cocoon.components.flow.CompilingInterpreter.ScriptSourceEntry
 
getSourceResolver() - Static method in class org.apache.cocoon.components.flow.util.PipelineUtil
Helper method to get the current source resolver.
getValue() - Method in class org.apache.cocoon.components.flow.javascript.ScriptablePropertyPointer
 
getWebContinuation() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_WebContinuation
 

H

handleCompilationDone(Context, DebuggableScript, String) - Method in class org.apache.cocoon.components.flow.javascript.LocationTrackingDebugger
 
handleContinuation(String, Scriptable) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
Perform the behavior of This can be used in cases where the continuation id is not encoded in the request in a form convenient to access in the sitemap.
handleContinuation(String, List, Redirector) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter
 
has(String, Scriptable) - Method in class org.apache.cocoon.components.flow.javascript.ScriptableMap
 
has(int, Scriptable) - Method in class org.apache.cocoon.components.flow.javascript.ScriptableMap
no numeric properties
has(String, Scriptable) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalImpl
 
has(int, Scriptable) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalImpl
 
has(PageLocal, String) - Method in interface org.apache.cocoon.components.flow.javascript.fom.PageLocalScope
 
has(PageLocal, int) - Method in interface org.apache.cocoon.components.flow.javascript.fom.PageLocalScope
 
has(PageLocal, String) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeHolder
 
has(PageLocal, int) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeHolder
 
has(PageLocal, String) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeImpl
 
has(PageLocal, int) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeImpl
 
hasInstance(Scriptable) - Method in class org.apache.cocoon.components.flow.javascript.ScriptableMap
 

I

importClass(Context, Scriptable, Object[], Function) - Static method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter.ThreadScope
Override importClass to allow reloading of classes
initialize() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter
 
isCollection() - Method in class org.apache.cocoon.components.flow.javascript.ScriptablePropertyPointer
 

J

JSErrorReporter - class org.apache.cocoon.components.flow.javascript.JSErrorReporter.
Implements a Rhino JavaScript ErrorReporter.
JSErrorReporter() - Constructor for class org.apache.cocoon.components.flow.javascript.JSErrorReporter
 
JavaScriptFlowHelper - class org.apache.cocoon.components.flow.javascript.JavaScriptFlowHelper.
 
JavaScriptFlowHelper() - Constructor for class org.apache.cocoon.components.flow.javascript.JavaScriptFlowHelper
 
jsConstructor(Context, Object[], Function, boolean) - Static method in class org.apache.cocoon.components.flow.javascript.fom.FOM_WebContinuation
 
jsFunction_createObject(Object) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
Create and setup an object so that it can access the information provided to regular components.
jsFunction_createPageLocal() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
 
jsFunction_display() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_WebContinuation
 
jsFunction_disposeObject(Object) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
Dispose an object that has been created using FOM_Cocoon.jsFunction_createObject(Object).
jsFunction_getAttribute(String) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_WebContinuation
 
jsFunction_getAttributeNames() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_WebContinuation
 
jsFunction_getChildren() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_WebContinuation
 
jsFunction_getComponent(String) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
Access components.
jsFunction_getParent() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_WebContinuation
 
jsFunction_invalidate() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_WebContinuation
 
jsFunction_isBookmark() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_WebContinuation
 
jsFunction_load(String) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
Load the script file specified as argument.
jsFunction_makeWebContinuation(Object, Object) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
Create a Bookmark WebContinuation from a JS Continuation with the last continuation of sendPageAndWait as its parent.
jsFunction_processPipelineTo(String, Object, Object) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
 
jsFunction_redirectTo(String, boolean) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
 
jsFunction_releaseComponent(Object) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
Release pooled components.
jsFunction_removeAttribute(String) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_WebContinuation
 
jsFunction_sendPage(String, Object, Object) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
 
jsFunction_sendStatus(int) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
 
jsFunction_setAttribute(String, Object) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_WebContinuation
 
jsFunction_setBookmark(boolean) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_WebContinuation
 
jsFunction_setupObject(Object) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
Setup an object so that it can access the information provided to regular components.
jsGet_applicationContext() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
Get the current application context for java script.
jsGet_bookmark() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_WebContinuation
 
jsGet_context() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
 
jsGet_continuation() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
 
jsGet_continuation() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_WebContinuation
 
jsGet_id() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_WebContinuation
 
jsGet_log() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
 
jsGet_parameters() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
Get Sitemap parameters
jsGet_previousBookmark() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_WebContinuation
 
jsGet_request() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
 
jsGet_response() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
 
jsGet_session() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
 
jsGet_settings() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
Get the current settings object for java script.
jsSet_continuation(Object) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
 

L

LocationTrackingDebugger - class org.apache.cocoon.components.flow.javascript.LocationTrackingDebugger.
A Rhino debugger that tracks location information when an exception is raised in some JavaScript code.
LocationTrackingDebugger() - Constructor for class org.apache.cocoon.components.flow.javascript.LocationTrackingDebugger
 
locations - Variable in class org.apache.cocoon.components.flow.javascript.LocationTrackingDebugger
 

M

makeWebContinuation(Continuation, FOM_WebContinuation, int) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
Create a Web Continuation from a JS Continuation

O

org.apache.cocoon.components.flow - package org.apache.cocoon.components.flow
 
org.apache.cocoon.components.flow.javascript - package org.apache.cocoon.components.flow.javascript
 
org.apache.cocoon.components.flow.javascript.fom - package org.apache.cocoon.components.flow.javascript.fom
 
org.apache.cocoon.components.flow.util - package org.apache.cocoon.components.flow.util
 

P

PageLocal - interface org.apache.cocoon.components.flow.javascript.fom.PageLocal.
 
PageLocalImpl - class org.apache.cocoon.components.flow.javascript.fom.PageLocalImpl.
 
PageLocalImpl() - Constructor for class org.apache.cocoon.components.flow.javascript.fom.PageLocalImpl
 
PageLocalScope - interface org.apache.cocoon.components.flow.javascript.fom.PageLocalScope.
 
PageLocalScopeHolder - class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeHolder.
 
PageLocalScopeHolder(Scriptable) - Constructor for class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeHolder
 
PageLocalScopeImpl - class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeImpl.
 
PageLocalScopeImpl(Scriptable) - Constructor for class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeImpl
 
PipelineUtil - class org.apache.cocoon.components.flow.util.PipelineUtil.
Utility class to process a pipeline to various destinations.
PipelineUtil() - Constructor for class org.apache.cocoon.components.flow.util.PipelineUtil
 
pageLocal - Variable in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
 
popCallContext() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
 
processToDOM(String, Object) - Method in class org.apache.cocoon.components.flow.util.PipelineUtil
Process a pipeline and gets is result as a DOM Document
processToSAX(String, Object, ContentHandler) - Method in class org.apache.cocoon.components.flow.util.PipelineUtil
Process a pipeline to a SAX ContentHandler
processToStream(String, Object, OutputStream) - Method in class org.apache.cocoon.components.flow.util.PipelineUtil
Process a pipeline to a stream.
pushCallContext(FOM_JavaScriptInterpreter, Redirector, Context, WebContinuation) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon
 
put(String, Scriptable, Object) - Method in class org.apache.cocoon.components.flow.javascript.ScriptableMap
 
put(int, Scriptable, Object) - Method in class org.apache.cocoon.components.flow.javascript.ScriptableMap
 
put(String, Scriptable, Object) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter.ThreadScope
 
put(int, Scriptable, Object) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter.ThreadScope
 
put(String, Scriptable, Object) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalImpl
 
put(int, Scriptable, Object) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalImpl
 
put(PageLocal, String, Object) - Method in interface org.apache.cocoon.components.flow.javascript.fom.PageLocalScope
 
put(PageLocal, int, Object) - Method in interface org.apache.cocoon.components.flow.javascript.fom.PageLocalScope
 
put(PageLocal, String, Object) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeHolder
 
put(PageLocal, int, Object) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeHolder
 
put(PageLocal, String, Object) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeImpl
 
put(PageLocal, int, Object) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeImpl
 

R

remove() - Method in class org.apache.cocoon.components.flow.javascript.ScriptablePropertyPointer
 
runtimeError(String, String, int, String, int) - Method in class org.apache.cocoon.components.flow.javascript.JSErrorReporter
 

S

ScriptableMap - class org.apache.cocoon.components.flow.javascript.ScriptableMap.
Wrap a java.util.Map for JavaScript.
ScriptableMap() - Constructor for class org.apache.cocoon.components.flow.javascript.ScriptableMap
 
ScriptableMap(Map) - Constructor for class org.apache.cocoon.components.flow.javascript.ScriptableMap
 
ScriptablePointer - class org.apache.cocoon.components.flow.javascript.ScriptablePointer.
 
ScriptablePointer(NodePointer, QName, Scriptable) - Constructor for class org.apache.cocoon.components.flow.javascript.ScriptablePointer
 
ScriptablePointer(QName, Scriptable, Locale) - Constructor for class org.apache.cocoon.components.flow.javascript.ScriptablePointer
 
ScriptablePointerFactory - class org.apache.cocoon.components.flow.javascript.ScriptablePointerFactory.
 
ScriptablePointerFactory() - Constructor for class org.apache.cocoon.components.flow.javascript.ScriptablePointerFactory
 
ScriptablePropertyHandler - class org.apache.cocoon.components.flow.javascript.ScriptablePropertyHandler.
 
ScriptablePropertyHandler() - Constructor for class org.apache.cocoon.components.flow.javascript.ScriptablePropertyHandler
 
ScriptablePropertyPointer - class org.apache.cocoon.components.flow.javascript.ScriptablePropertyPointer.
 
ScriptablePropertyPointer(NodePointer, DynamicPropertyHandler) - Constructor for class org.apache.cocoon.components.flow.javascript.ScriptablePropertyPointer
 
service(ServiceManager) - Method in class org.apache.cocoon.components.flow.CompilingInterpreter
 
setDelegate(PageLocalScopeImpl) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeHolder
 
setFOM_Context(Map, Scriptable) - Static method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptFlowHelper
 
setFOM_FlowScope(Map, Scriptable) - Static method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptFlowHelper
Set the flowscript scope usable by JS snippets.
setFOM_Request(Map, Scriptable) - Static method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptFlowHelper
 
setFOM_Response(Map, Scriptable) - Static method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptFlowHelper
 
setFOM_Session(Map, Scriptable) - Static method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptFlowHelper
 
setFOM_WebContinuation(Map, Scriptable) - Static method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptFlowHelper
 
setJavaPackage(Map, Scriptable) - Static method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptFlowHelper
Set the JS "java" property in the current request
setLock(boolean) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter.ThreadScope
 
setPackages(Map, Scriptable) - Static method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptFlowHelper
Set the JS "Packages" property in the current request
setPageLocalScope(PageLocalScope) - Method in interface org.apache.cocoon.components.flow.javascript.fom.PageLocal
 
setPageLocalScope(PageLocalScope) - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalImpl
 
setParentScope(Scriptable) - Method in class org.apache.cocoon.components.flow.javascript.ScriptableMap
 
setProperty(Object, String, Object) - Method in class org.apache.cocoon.components.flow.javascript.ScriptablePropertyHandler
 
setPrototype(Scriptable) - Method in class org.apache.cocoon.components.flow.javascript.ScriptableMap
 
setValue(Object) - Method in class org.apache.cocoon.components.flow.javascript.ScriptablePointer
 
setValue(Object) - Method in class org.apache.cocoon.components.flow.javascript.ScriptablePropertyPointer
 
setupPackages(ClassLoader) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter.ThreadScope
 
sourceresolver - Variable in class org.apache.cocoon.components.flow.CompilingInterpreter
A source resolver

T

throwable - Variable in class org.apache.cocoon.components.flow.javascript.LocationTrackingDebugger
 
toString() - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_WebContinuation
Return text representation of the WebContinuation.

U

unwrap(Object) - Static method in class org.apache.cocoon.components.flow.javascript.JavaScriptFlowHelper
Unwrap a Rhino object (getting the raw java object) and convert undefined to null
unwrap() - Method in class org.apache.cocoon.components.flow.javascript.ScriptableMap
Return the java.util.Map that is wrapped by this class.

W

warning(String, String, int, String, int) - Method in class org.apache.cocoon.components.flow.javascript.JSErrorReporter
 

A C D E F G H I J L M O P R S T U W

Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.