|
Classes in org.ajax4jsf.resource used by org.ajax4jsf.resource |
InternetResource
Interface for work with off-page internet resources ( images, scripts, styles etc. )
All instances must work in two phases - render page ( application set HTML code and attributes to reference resource )
and in concrete request to resource body. |
InternetResourceBuilder
|
ResourceContext
Abstraction context class for rendering resource ( image, script, style )
can be work in 2 variants - for simple ServletRequest and as JSF context encapsulation. |
ResourceNotFoundException
Exception for throw in case of illegal creation of resource ( not existed file etc. ) |
ResourceRenderer
"Brige" for concrete resource types - images, scripts, styles. |