- Queries
- All Atoms
- Search
- Advanced Search
Diviner All Atoms
All Atoms
All Atoms
- Method
- Method
- Method
- Delivers CSS and JS resources to the browser. This controller handles all `/res/` requests, and manages caching, package construction, and resource preprocessing.
- Class
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Get the versioned URI for a raw resource, like an image.
- Function
- Generate a node ID which is guaranteed to be unique for the current page, even across Ajax requests. You should use this method to generate IDs for nodes which require a uniqueness guarantee.
- Function
- Include a CSS or JS static resource by name. This function records a dependency for the current page, so when a response is generated it can be included. You can call this method from any context, and it is recommended you invoke it as close to the actual dependency as possible so that page dependencies are minimized.
- Function
- Method
- Tracks and resolves dependencies the page declares with @{function:require_celerity_resource}, and then builds appropriate HTML or Ajax responses.
- Class
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Register a behavior for initialization.
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Attempt to generate a data URI for a resource. We'll generate a data URI if the resource is a valid resource of an appropriate type, and is small enough. Otherwise, this method will return `null` and we'll end up using a normal URI instead.
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Build package specifications for a given resource source.
- Method
- Check for dependency cycles in the resource graph. Raises an exception if a cycle is detected.
- Method
- Parse the `@provides` and `@requires` symbols out of a text resource, like JS or CSS.
- Method
- Find text resources (like JS and CSS) and return information about them.
- Method
- Find binary resources (like PNG and SWF) and return information about them.
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Interface to the static resource map, which is a graph of available resources, resource dependencies, and packaging information. You generally do not need to invoke it directly; instead, you call higher-level Celerity APIs and it uses the resource map to satisfy your requests.
- Class
- Method
- Method
- Return the resource name for a given symbol.
- Method
- Return the resource symbols required by a named resource.
- Method
- Return the absolute URI for a resource, identified by hash. This method is fairly low-level and ignores packaging.
- Method