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)
|
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 © 2012. All Rights Reserved.