Uses of Interface
org.apache.tapestry.IScriptProcessor

Packages that use IScriptProcessor
org.apache.tapestry Tapestry is a comprehensive web application framework, written in Java. 
org.apache.tapestry.script Parser and related classes for dynamically generating JavaScript for inclusion in an HTML response. 
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl Service implementations. 
org.apache.tapestry.util A general set of resuable classes and utilities for creating Internet and XML applications. 
 

Uses of IScriptProcessor in org.apache.tapestry
 

Subinterfaces of IScriptProcessor in org.apache.tapestry
 interface PageRenderSupport
          Extends IScriptProcessor with a handful of additional methods needed when rendering a page response.
 

Methods in org.apache.tapestry with parameters of type IScriptProcessor
 void IScript.execute(IComponent target, IRequestCycle cycle, IScriptProcessor processor, Map symbols)
          Executes the script, which will read and modify the symbols Map.
 void IScript.execute(IRequestCycle cycle, IScriptProcessor processor, Map symbols)
          Deprecated. To be removed in Tapestry 4.2. Use the new IScript.execute(IComponent, IRequestCycle, IScriptProcessor, Map) method instead.
 

Uses of IScriptProcessor in org.apache.tapestry.script
 

Subinterfaces of IScriptProcessor in org.apache.tapestry.script
 interface ScriptSession
          Process object used when executing a script template.
 

Classes in org.apache.tapestry.script that implement IScriptProcessor
 class ScriptSessionImpl
          The result of executing a script, the session is used during the parsing process as well.
 

Methods in org.apache.tapestry.script with parameters of type IScriptProcessor
 void ParsedScript.execute(IComponent target, IRequestCycle cycle, IScriptProcessor processor, Map symbols)
          Executes the script, which will read and modify the symbols Map.
 void ParsedScript.execute(IRequestCycle cycle, IScriptProcessor processor, Map symbols)
          Creates the ScriptSessionImpland invokes AbstractToken.writeChildren(java.lang.StringBuffer, org.apache.tapestry.script.ScriptSession).
 

Constructors in org.apache.tapestry.script with parameters of type IScriptProcessor
ScriptSessionImpl(org.apache.hivemind.Resource scriptTemplateResource, IComponent component, IRequestCycle cycle, IScriptProcessor processor, ExpressionEvaluator evaluator, ValueConverter valueConverter, Map symbols)
           
ScriptSessionImpl(org.apache.hivemind.Resource scriptTemplateResource, IRequestCycle cycle, IScriptProcessor processor, ExpressionEvaluator evaluator, ValueConverter valueConverter, Map symbols)
           
 

Uses of IScriptProcessor in org.apache.tapestry.services
 

Subinterfaces of IScriptProcessor in org.apache.tapestry.services
 interface ResponseBuilder
          Represents the service responsible for managing all content output that is sent to the client.
 

Uses of IScriptProcessor in org.apache.tapestry.services.impl
 

Classes in org.apache.tapestry.services.impl that implement IScriptProcessor
 class DefaultResponseBuilder
          Manages normal html responses for tapestry request/response cycles.
 class DojoAjaxResponseBuilder
          Main class that handles dojo based ajax responses.
 class JSONResponseBuilder
          Class that implements JSON responses in tapestry.
 class PrototypeResponseBuilder
          Implementation of response builder for prototype client side library initiated XHR requests.
 

Uses of IScriptProcessor in org.apache.tapestry.util
 

Classes in org.apache.tapestry.util that implement IScriptProcessor
 class PageRenderSupportImpl
          Implementation of PageRenderSupport.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.