Class GraphicResourceHandler

All Implemented Interfaces:
FacesWrapper<ResourceHandler>

public class GraphicResourceHandler extends DefaultResourceHandler

This ResourceHandler implementation deals with GraphicResource requests.

Since:
2.0
Author:
Bauke Scholtz
  • Field Details

    • LIBRARY_NAME

      public static final String LIBRARY_NAME
      The default library name of a graphic resource. Make sure that this is never used for other libraries.
      See Also:
  • Constructor Details

    • GraphicResourceHandler

      public GraphicResourceHandler(ResourceHandler wrapped)
      Creates a new instance of this graphic resource handler which wraps the given resource handler.
      Parameters:
      wrapped - The resource handler to be wrapped.
  • Method Details