org.apache.myfaces.tobago.context
Interface ResourceManager

All Known Implementing Classes:
ResourceManagerImpl

public interface ResourceManager


Method Summary
 String getImage(javax.faces.context.FacesContext facesContext, String name)
           
 String getImage(javax.faces.context.FacesContext facesContext, String name, boolean ignoreMissing)
           
 String getImage(javax.faces.component.UIViewRoot viewRoot, String name)
          Deprecated. 
 String getImage(javax.faces.component.UIViewRoot viewRoot, String name, boolean ignoreMissing)
          Deprecated. 
 String getJsp(javax.faces.component.UIViewRoot viewRoot, String name)
          Deprecated. 
 String getProperty(javax.faces.context.FacesContext facesContext, String bundle, String propertyKey)
           
 String getProperty(javax.faces.component.UIViewRoot viewRoot, String bundle, String propertyKey)
          Deprecated. 
 javax.faces.render.Renderer getRenderer(javax.faces.context.FacesContext facesContext, String rendererType)
           
 javax.faces.render.Renderer getRenderer(javax.faces.component.UIViewRoot viewRoot, String rendererType)
          Deprecated. 
 String[] getScripts(javax.faces.context.FacesContext facesContext, String name)
           
 String[] getScripts(javax.faces.component.UIViewRoot viewRoot, String name)
          Deprecated. 
 String[] getStyles(javax.faces.context.FacesContext facesContext, String name)
           
 String[] getStyles(javax.faces.component.UIViewRoot viewRoot, String name)
          Deprecated. 
 Measure getThemeMeasure(javax.faces.context.FacesContext facesContext, Configurable configurable, String name)
           
 Measure getThemeMeasure(javax.faces.context.FacesContext facesContext, String rendererType, Markup markup, String name)
           
 String getThemeProperty(javax.faces.component.UIViewRoot viewRoot, String bundle, String propertyKey)
          Deprecated. 
 

Method Detail

getJsp

@Deprecated
String getJsp(javax.faces.component.UIViewRoot viewRoot,
                         String name)
Deprecated. 


getProperty

@Deprecated
String getProperty(javax.faces.component.UIViewRoot viewRoot,
                              String bundle,
                              String propertyKey)
Deprecated. 


getProperty

String getProperty(javax.faces.context.FacesContext facesContext,
                   String bundle,
                   String propertyKey)

getRenderer

@Deprecated
javax.faces.render.Renderer getRenderer(javax.faces.component.UIViewRoot viewRoot,
                                                   String rendererType)
Deprecated. 


getRenderer

javax.faces.render.Renderer getRenderer(javax.faces.context.FacesContext facesContext,
                                        String rendererType)

getScripts

@Deprecated
String[] getScripts(javax.faces.component.UIViewRoot viewRoot,
                               String name)
Deprecated. 


getScripts

String[] getScripts(javax.faces.context.FacesContext facesContext,
                    String name)

getStyles

@Deprecated
String[] getStyles(javax.faces.component.UIViewRoot viewRoot,
                              String name)
Deprecated. 


getStyles

String[] getStyles(javax.faces.context.FacesContext facesContext,
                   String name)

getThemeProperty

@Deprecated
String getThemeProperty(javax.faces.component.UIViewRoot viewRoot,
                                   String bundle,
                                   String propertyKey)
Deprecated. 


getThemeMeasure

Measure getThemeMeasure(javax.faces.context.FacesContext facesContext,
                        Configurable configurable,
                        String name)

getThemeMeasure

Measure getThemeMeasure(javax.faces.context.FacesContext facesContext,
                        String rendererType,
                        Markup markup,
                        String name)

getImage

@Deprecated
String getImage(javax.faces.component.UIViewRoot viewRoot,
                           String name)
Deprecated. 


getImage

String getImage(javax.faces.context.FacesContext facesContext,
                String name)

getImage

@Deprecated
String getImage(javax.faces.component.UIViewRoot viewRoot,
                           String name,
                           boolean ignoreMissing)
Deprecated. 


getImage

String getImage(javax.faces.context.FacesContext facesContext,
                String name,
                boolean ignoreMissing)


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.