Uses of Interface
org.apache.myfaces.renderkit.html.util.AddResource

Packages that use AddResource
org.apache.myfaces.component.html.util   
org.apache.myfaces.renderkit.html.util   
 

Uses of AddResource in org.apache.myfaces.component.html.util
 

Classes in org.apache.myfaces.component.html.util that implement AddResource
 class StreamingAddResource
          This is a utility class to render link to resources used by custom components.
 

Uses of AddResource in org.apache.myfaces.renderkit.html.util
 

Classes in org.apache.myfaces.renderkit.html.util that implement AddResource
 class DefaultAddResource
          This is a utility class to render link to resources used by custom components.
 

Methods in org.apache.myfaces.renderkit.html.util that return AddResource
static AddResource AddResourceFactory.getInstance(javax.faces.context.FacesContext context)
           
static AddResource AddResourceFactory.getInstance(javax.servlet.http.HttpServletRequest request)
           
(package private) static AddResource AddResourceFactory.getInstance(java.util.Map cacheMap, java.lang.String contextPath, java.lang.String addResourceClassName)
          Internal factory method.
 



Copyright 2006 Apache Software Foundation. All Rights Reserved.