Uses of Interface
ccc.plugins.scripting.TextProcessor

Packages that use TextProcessor
ccc.plugins   
ccc.plugins.scripting   
ccc.plugins.scripting.rhino   
ccc.plugins.scripting.velocity   
ccc.web.rendering   
 

Uses of TextProcessor in ccc.plugins
 

Methods in ccc.plugins that return TextProcessor
 TextProcessor PluginFactory.createScripting()
           
 TextProcessor PluginFactory.createTemplating()
           
 

Uses of TextProcessor in ccc.plugins.scripting
 

Classes in ccc.plugins.scripting that implement TextProcessor
 class AbstractTextProcessor
          Abstract base class for implementing text processors.
 

Uses of TextProcessor in ccc.plugins.scripting.rhino
 

Classes in ccc.plugins.scripting.rhino that implement TextProcessor
 class ScriptRunner
          Helper class for executing scripts.
 

Uses of TextProcessor in ccc.plugins.scripting.velocity
 

Classes in ccc.plugins.scripting.velocity that implement TextProcessor
 class VelocityProcessor
          Renders a resource as text using the velocity library.
 

Uses of TextProcessor in ccc.web.rendering
 

Methods in ccc.web.rendering with parameters of type TextProcessor
 void Response.write(javax.servlet.http.HttpServletResponse httpResponse, Context context, TextProcessor processor)
          Write the response using the servlet API.
 void Body.write(java.io.OutputStream os, java.nio.charset.Charset charset, Context context, TextProcessor processor)
          Write the body to an OutputStream.
 void SearchBody.write(java.io.OutputStream os, java.nio.charset.Charset charset, Context context, TextProcessor processor)
          Write the body to an OutputStream.
 void PageBody.write(java.io.OutputStream os, java.nio.charset.Charset charset, Context context, TextProcessor processor)
          Write the body to an OutputStream.
 void EmptyBody.write(java.io.OutputStream os, java.nio.charset.Charset charset, Context context, TextProcessor processor)
          Write the body to an OutputStream.
 void ByteArrayBody.write(java.io.OutputStream os, java.nio.charset.Charset charset, Context context, TextProcessor processor)
          Write the body to an OutputStream.
 void FileBody.write(java.io.OutputStream os, java.nio.charset.Charset charset, Context context, TextProcessor processor)
          Write the body to an OutputStream.
 void ScriptBody.write(java.io.OutputStream os, java.nio.charset.Charset charset, Context context, TextProcessor processor)
          Write the body to an OutputStream.
 



Copyright © 2010. All Rights Reserved.