| java.lang.Object org.wings.Resource org.wings.resource.DynamicResource
All known Subclasses: org.wings.resource.ReloadResource, org.wings.resource.UpdateResource,
DynamicResource | abstract public class DynamicResource extends Resource (Code) | | Dynamic Resources are web resources representing rendered components
and are individually loaded by Browsers as different 'files'.
Dynamic Resources include therefore frames, cascading stylesheets or
script files. The externalizer gives them a uniqe name.
The resources may change in the consequence of some internal change of
the components. This invalidation process yields a new 'version', called
epoch here. The epoch is part of the externalized name.
|
getFrame | final public SFrame getFrame()(Code) | | Return the frame, to which this resource belongs.
|
getHeaders | public Collection<HttpHeader> getHeaders()(Code) | | Get additional http-headers.
Returns null, if there are no additional headers to be set.
Set of java.util.Map.Entry (key-value pairs) |
|
|