org.kohsuke.stapler.jelly.jruby
Interface IJRubyContext


public interface IJRubyContext

Author:
Kohsuke Kawaguchi

Method Summary
 org.apache.commons.jelly.JellyContext getJellyContext()
           
 org.apache.commons.jelly.XMLOutput getOutput()
           
 void setJellyContext(org.apache.commons.jelly.JellyContext context)
           
 void setOutput(org.apache.commons.jelly.XMLOutput output)
           
 

Method Detail

getJellyContext

org.apache.commons.jelly.JellyContext getJellyContext()

setJellyContext

void setJellyContext(org.apache.commons.jelly.JellyContext context)

getOutput

org.apache.commons.jelly.XMLOutput getOutput()

setOutput

void setOutput(org.apache.commons.jelly.XMLOutput output)


Copyright © 2013. All Rights Reserved.