Package org.apache.myfaces.renderkit.html.util

Interface Summary
AddResource This interface defines methods necessary to render links to resources used by custom components.
CallbackListener  
DefaultAddResource.PositionedInfo  
DefaultAddResource.WritablePositionedInfo  
ResourceHandler Represents a single resource that a component in a page needs a browser to fetch.
ResourceLoader A class which can interpret the URI generated by a corresponding ResourceHandler implementation, locate that resource and write it to the servlet response stream.
ResourceProvider A class which can provide the resource itself
 

Class Summary
AddResourceFactory This class provides the ability to instantiate AddResource objects.
AddResourceFactory.RequestMapWrapper  
AutoScrollPhaseListener This Phase listener is necessary for the autoscroll feature.
ColumnInfo  
DefaultAddResource This is a utility class to render link to resources used by custom components.
DefaultAddResource.AttributeInfo  
DefaultAddResource.ParseCallbackListener  
DefaultResourceProvider A class which provide the resource using the standard class.getResource lookup stuff.
DummyFormRequestInfo Convenient class to store whether a dummyForm needs to be rendered and its params.
DummyFormUtils Many JSF components can be used without an enclosing h:form.
ExtensionsPhaseListener This phase listener puts in the request the javascript code needed to render the dummyForm and the autoscroll feature.
HtmlBufferResponseWriterWrapper A buffer for content which should not directly be rendered to the page.
MyFacesResourceHandler Class whose instances represent a resource inside the tomahawk jarfile which a custom component needs to tell a browser to fetch.
MyFacesResourceLoader A ResourceLoader capable of fetching resources from the classpath, but only for classes under package org.apache.myfaces.custom.
ReducedHTMLParser A class which detects the open/close tags in an HTML document and reports them to a listener class.
ResourcePosition  
RowInfo  
TableContext  
 



Copyright © 2009. All Rights Reserved.