Package org.wings.resource

Provides implementations of Resource.

See:
          Description

Interface Summary
HttpHeader A HTTP header entry which will be delivered in the header of the low-level HTTP response.
NamedResource If a Resource implements this interface, then the resource name will be used as file name by the externalizer.
 

Class Summary
ClassPathJavascriptResource  
ClassPathResource A Classpath Resource is a static resource whose content is read from a classloader.
ClassPathStylesheetResource A ClassPathStylesheetResource is a static resource whose content is read from a classloader.
CssUrlFilterInputStream filters an input stream of a css file for occurences of "url([classPath])".
DefaultURLResource Default implementation of an Resource accessible via an HTTP URL.
DynamicResource Dynamic Resources are web resources representing rendered components and are individually loaded by Browsers as different 'files'.
FileResource For externalizing a file as resource.
ReloadResource Traverses the component hierarchy of a frame and lets the CGs compose the document.
ResourceManager For accessing static resources
SessionResource Quite similar to the DefaultURLResource.
StringResource For externalizing a string as a resource.
UpdateResource This resource is responsible for incremental page updates using AJAX.
 

Exception Summary
ResourceNotFoundException Exception thrown if a Resource could not be retrieved or found (i.e.
 

Package org.wings.resource Description

Provides implementations of Resource.



wingS Swings ;-)