Uses of Class
org.kohsuke.stapler.jelly.ResourceBundle

Packages that use ResourceBundle
org.kohsuke.stapler.jelly Optional Jelly support, to write views in Jelly. 
 

Uses of ResourceBundle in org.kohsuke.stapler.jelly
 

Fields in org.kohsuke.stapler.jelly declared as ResourceBundle
 ResourceBundle InternationalizedStringExpression.resourceBundle
           
 

Methods in org.kohsuke.stapler.jelly that return ResourceBundle
 ResourceBundle ResourceBundleFactory.create(java.lang.String baseName)
           
static ResourceBundle ResourceBundle.load(java.lang.String jellyUrl)
          Loads the resource bundle associated with the Jelly script.
static ResourceBundle ResourceBundle.load(java.net.URL jellyUrl)
           
 

Constructors in org.kohsuke.stapler.jelly with parameters of type ResourceBundle
InternationalizedStringExpression(ResourceBundle resourceBundle, java.lang.String text)
           
 



Copyright © 2012. All Rights Reserved.