Uses of Class
ccc.plugins.scripting.Context

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

Uses of Context in ccc.plugins.scripting
 

Methods in ccc.plugins.scripting that return Context
 Context Context.add(java.lang.String key, java.lang.Object value)
          Add an additional value to the context.
 

Methods in ccc.plugins.scripting with parameters of type Context
 java.lang.String TextProcessor.render(Script template, Context context)
          Render a resource with the specified template.
 java.lang.String AbstractTextProcessor.render(Script template, Context context)
          Render a resource with the specified template.
 void TextProcessor.render(Script template, java.io.Writer output, Context context)
          Render a resource with the specified template.
 

Uses of Context in ccc.plugins.scripting.rhino
 

Methods in ccc.plugins.scripting.rhino with parameters of type Context
 void ScriptRunner.render(Script script, java.io.Writer out, Context context)
          Render a resource with the specified template.
 

Uses of Context in ccc.plugins.scripting.velocity
 

Methods in ccc.plugins.scripting.velocity with parameters of type Context
 void VelocityProcessor.render(Script template, java.io.Writer output, Context ctxt)
          Render a resource with the specified template.
 

Uses of Context in ccc.web.rendering
 

Methods in ccc.web.rendering with parameters of type Context
 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.