A B C E G H I J L O P R S T

A

AbstractRubyTearOff - Class in org.kohsuke.stapler.jelly.jruby
 
AbstractRubyTearOff(MetaClass) - Constructor for class org.kohsuke.stapler.jelly.jruby.AbstractRubyTearOff
 

B

buildViewDispatchers(MetaClass, List<Dispatcher>) - Method in class org.kohsuke.stapler.jelly.jruby.JRubyFacet
 

C

clazz - Variable in class org.kohsuke.stapler.jelly.jruby.JRubyClassInfo
 
compile() - Method in class org.kohsuke.stapler.jelly.jruby.JRubyJellyScript
 
container - Variable in class org.kohsuke.stapler.jelly.jruby.RubyTemplateContainer
This RubyTemplateContainer instance if scoped to this JRuby interpreter context.
createContainer(ScriptingContainer) - Method in class org.kohsuke.stapler.jelly.jruby.erb.ERbLanguage
 
createContainer(ScriptingContainer) - Method in class org.kohsuke.stapler.jelly.jruby.haml.HamlLanguage
 
createContainer(ScriptingContainer) - Method in class org.kohsuke.stapler.jelly.jruby.RubyTemplateLanguage
Called to set up this template language binding on the specified scripting container.
createDispatcher(Object, String) - Method in class org.kohsuke.stapler.jelly.jruby.AbstractRubyTearOff
Creates a RequestDispatcher that forwards to the jelly view, if available.
createRequestDispatcher(RequestImpl, Class, Object, String) - Method in class org.kohsuke.stapler.jelly.jruby.JRubyFacet
 

E

ERbClassTearOff - Class in org.kohsuke.stapler.jelly.jruby.erb
Tear off that manages Ruby ERB views of Java objects (and not ruby objects.)
ERbClassTearOff(MetaClass) - Constructor for class org.kohsuke.stapler.jelly.jruby.erb.ERbClassTearOff
 
ERbLanguage - Class in org.kohsuke.stapler.jelly.jruby.erb
 
ERbLanguage() - Constructor for class org.kohsuke.stapler.jelly.jruby.erb.ERbLanguage
 

G

getClassInfo(RubyClass) - Method in class org.kohsuke.stapler.jelly.jruby.JRubyFacet
 
getClassTearOffTypes() - Method in class org.kohsuke.stapler.jelly.jruby.JRubyFacet
 
getDefaultScriptExtension() - Method in class org.kohsuke.stapler.jelly.jruby.AbstractRubyTearOff
Defines the file extension, like ".erb", that designates this kind of view type.
getDefaultScriptExtension() - Method in class org.kohsuke.stapler.jelly.jruby.erb.ERbClassTearOff
 
getDefaultScriptExtension() - Method in class org.kohsuke.stapler.jelly.jruby.haml.HamlClassTearOff
 
getJellyContext() - Method in interface org.kohsuke.stapler.jelly.jruby.IJRubyContext
 
getOutput() - Method in interface org.kohsuke.stapler.jelly.jruby.IJRubyContext
 
getResource(String, ClassLoader) - Method in class org.kohsuke.stapler.jelly.jruby.JRubyClassInfo
 
getScriptExtension() - Method in class org.kohsuke.stapler.jelly.jruby.erb.ERbLanguage
 
getScriptExtension() - Method in class org.kohsuke.stapler.jelly.jruby.haml.HamlLanguage
 
getScriptExtension() - Method in class org.kohsuke.stapler.jelly.jruby.RubyTemplateLanguage
Defines the file extension, like ".erb", that designates this kind of view type.
getScriptExtensions() - Method in class org.kohsuke.stapler.jelly.jruby.JRubyFacet
 
getSuperClass() - Method in class org.kohsuke.stapler.jelly.jruby.JRubyClassInfo
 
getTearOffClass() - Method in class org.kohsuke.stapler.jelly.jruby.erb.ERbLanguage
 
getTearOffClass() - Method in class org.kohsuke.stapler.jelly.jruby.haml.HamlLanguage
 
getTearOffClass() - Method in class org.kohsuke.stapler.jelly.jruby.RubyTemplateLanguage
 

H

HamlClassTearOff - Class in org.kohsuke.stapler.jelly.jruby.haml
 
HamlClassTearOff(MetaClass) - Constructor for class org.kohsuke.stapler.jelly.jruby.haml.HamlClassTearOff
 
HamlLanguage - Class in org.kohsuke.stapler.jelly.jruby.haml
 
HamlLanguage() - Constructor for class org.kohsuke.stapler.jelly.jruby.haml.HamlLanguage
 
handleIndexRequest(RequestImpl, ResponseImpl, Object, MetaClass) - Method in class org.kohsuke.stapler.jelly.jruby.JRubyFacet
 

I

IJRubyContext - Interface in org.kohsuke.stapler.jelly.jruby
 
invokeScript(RequestImpl, ResponseImpl, Object, String, Script) - Method in class org.kohsuke.stapler.jelly.jruby.JRubyFacet.ScriptInvokingDispatcher
 
invokeTaglib(IJRubyContext, JellyContext, XMLOutput, String, String, Map<RubySymbol, ?>, RubyProc) - Method in class org.kohsuke.stapler.jelly.jruby.JRubyJellyScript
Invokes other Jelly tag libaries.

J

JRubyClassInfo - Class in org.kohsuke.stapler.jelly.jruby
MetaClass-equivalent for RubyClass
JRubyClassLoaderTearOff - Class in org.kohsuke.stapler.jelly.jruby
 
JRubyClassLoaderTearOff(MetaClassLoader) - Constructor for class org.kohsuke.stapler.jelly.jruby.JRubyClassLoaderTearOff
 
JRubyFacet - Class in org.kohsuke.stapler.jelly.jruby
Facet that adds Ruby-based view technologies.
JRubyFacet() - Constructor for class org.kohsuke.stapler.jelly.jruby.JRubyFacet
 
JRubyFacet.ScriptInvokingDispatcher - Class in org.kohsuke.stapler.jelly.jruby
 
JRubyFacet.ScriptInvokingDispatcher() - Constructor for class org.kohsuke.stapler.jelly.jruby.JRubyFacet.ScriptInvokingDispatcher
 
JRubyJellyScript - Class in org.kohsuke.stapler.jelly.jruby
Exposes ERb/Haml scripts as Script.
JRubyJellyScript() - Constructor for class org.kohsuke.stapler.jelly.jruby.JRubyJellyScript
 

L

language - Variable in class org.kohsuke.stapler.jelly.jruby.RubyTemplateContainer
Where we came from.
loadScript(String) - Method in class org.kohsuke.stapler.jelly.jruby.JRubyClassInfo
 

O

org.kohsuke.stapler.jelly.jruby - package org.kohsuke.stapler.jelly.jruby
 
org.kohsuke.stapler.jelly.jruby.erb - package org.kohsuke.stapler.jelly.jruby.erb
 
org.kohsuke.stapler.jelly.jruby.haml - package org.kohsuke.stapler.jelly.jruby.haml
 

P

parseScript(URL) - Method in class org.kohsuke.stapler.jelly.jruby.AbstractRubyTearOff
 
parseScript(URL) - Method in class org.kohsuke.stapler.jelly.jruby.JRubyFacet
 
parseScript(URL) - Method in class org.kohsuke.stapler.jelly.jruby.RubyTemplateContainer
 

R

RubyTemplateContainer - Class in org.kohsuke.stapler.jelly.jruby
Per-ScriptingContainer portion of RubyTemplateLanguage.
RubyTemplateContainer(RubyClass, RubyTemplateLanguage, ScriptingContainer) - Constructor for class org.kohsuke.stapler.jelly.jruby.RubyTemplateContainer
 
RubyTemplateLanguage - Class in org.kohsuke.stapler.jelly.jruby
Ruby template language binding.
RubyTemplateLanguage() - Constructor for class org.kohsuke.stapler.jelly.jruby.RubyTemplateLanguage
 
run(JellyContext, XMLOutput) - Method in class org.kohsuke.stapler.jelly.jruby.JRubyJellyScript
 

S

setJellyContext(JellyContext) - Method in interface org.kohsuke.stapler.jelly.jruby.IJRubyContext
 
setOutput(XMLOutput) - Method in interface org.kohsuke.stapler.jelly.jruby.IJRubyContext
 

T

toString() - Method in class org.kohsuke.stapler.jelly.jruby.JRubyFacet.ScriptInvokingDispatcher
 

A B C E G H I J L O P R S T

Copyright © 2011. All Rights Reserved.