Jaxer.ScriptProcessor : Object
Return to: Jaxer Framework index

This class processes script elements to determine which of its functions fall into the various runat categories.

Platform Support

Jaxer Server FrameworkJaxer Client Framework
1.0no

Constructors

ConstructorActionJaxer Server FrameworkJaxer Client Framework
Jaxer.ScriptProcessor Constructor(ScriptElement element, Object jaxerProxies) : Jaxer.ScriptProcessor
This class processes script elements to determine which of its functions fall into the various runat categories. This class collects each function into its appropriate category and provides convenience functions to generate the necessary source code for this block needed for both client-side and server-side use.

(Advanced)
Show Details1.0no

Jaxer.ScriptProcessor(ScriptElement element, Object jaxerProxies) : Jaxer.ScriptProcessor

This class processes script elements to determine which of its functions fall into the various runat categories. This class collects each function into its appropriate category and provides convenience functions to generate the necessary source code for this block needed for both client-side and server-side use.

(Advanced)

Parameters
ScriptElementelementThe underlying script element to be processed by this class
ObjectjaxerProxiesIf a non-null object, its properties are the function names that should be proxied even if not explicitly marked as such. If null, no functions should be proxied.

Returns
Jaxer.ScriptProcessorReturns an instance of ScriptProcessor.

Visibility
advanced
aptana_docs