|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClientInfrastructure
Client infrastructure is a base set of JavaScript libraries and CSS stylesheet files, The core JavaScript libraries are added to any page that adds JavaScript to the page. The CSS stylesheet files are added to any page with a root <html> element.
Tapestry's default JavaScript stack includes Prototype, Scriptaculous, and a Tapestry-specific library. Note that these individual library files will be combined into a single virtual resource (from the client's point of view). Tapestry's default CSS stack contains the Tapestry default stylesheet, and the stylesheet used by Tapestry's Blackbird console. Overriding the default ClientInfrastructure service gives an application complete freedom to replace any part of Tapestry's default client-side resources.
| Method Summary | |
|---|---|
List<Asset> |
getJavascriptStack()
Returns the (localized) assets for the scripts to be included as core JavaScript stack. |
List<Asset> |
getStylesheetStack()
Returns the (localized) assets for CSS stylesheet files to be included on any page. |
| Method Detail |
|---|
List<Asset> getJavascriptStack()
List<Asset> getStylesheetStack()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||