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

A

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

B

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

C

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, Klass<?>, Object, String) - Method in class org.kohsuke.stapler.jelly.jruby.JRubyFacet
 

D

dispatch(RequestImpl, ResponseImpl, Object) - Method in class org.kohsuke.stapler.jelly.jruby.RackDispatcher
 

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

getAncestors(RubyModule) - Method in class org.kohsuke.stapler.jelly.jruby.RubyKlassNavigator
 
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
 
getKlass(Object) - Method in class org.kohsuke.stapler.jelly.jruby.JRubyFacet
 
getOutput() - Method in interface org.kohsuke.stapler.jelly.jruby.IJRubyContext
 
getResource(RubyModule, String) - Method in class org.kohsuke.stapler.jelly.jruby.RubyKlassNavigator
 
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(RubyModule) - Method in class org.kohsuke.stapler.jelly.jruby.RubyKlassNavigator
 
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
 
invokeTaglib(IJRubyContext, JellyContext, XMLOutput, String, String, Map<RubySymbol, ?>, RubyProc) - Method in class org.kohsuke.stapler.jelly.jruby.JRubyJellyScript
Invokes other Jelly tag libaries.

J

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
 
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.

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

RackDispatcher - Class in org.kohsuke.stapler.jelly.jruby
Dispatcher that looks for the Rack-compliant call method.
RackDispatcher() - Constructor for class org.kohsuke.stapler.jelly.jruby.RackDispatcher
 
RubyKlassNavigator - Class in org.kohsuke.stapler.jelly.jruby
 
RubyKlassNavigator(Ruby, ClassLoader) - Constructor for class org.kohsuke.stapler.jelly.jruby.RubyKlassNavigator
 
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

toJavaClass(RubyModule) - Method in class org.kohsuke.stapler.jelly.jruby.RubyKlassNavigator
 
toString() - Method in class org.kohsuke.stapler.jelly.jruby.RackDispatcher
 

W

wrap(RubyModule) - Method in class org.kohsuke.stapler.jelly.jruby.RubyKlassNavigator
 

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

Copyright © 2012. All Rights Reserved.