Class WebResourcesSymbols
- java.lang.Object
 - 
- org.apache.tapestry5.webresources.WebResourcesSymbols
 
 
- 
public class WebResourcesSymbols extends Object
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringCACHE_DIRDirectory that stores cached copies of compiled CoffeeScript files.static StringCOMPILATION_LEVELDefines the level at which the Google Closure compiler operations, as perCompilationLevel. 
- 
Constructor Summary
Constructors Constructor Description WebResourcesSymbols() 
 - 
 
- 
- 
Field Detail
- 
CACHE_DIR
public static final String CACHE_DIR
Directory that stores cached copies of compiled CoffeeScript files. The directory will be created as necessary. This allows compilation (e.g., CoffeeScript to JavaScript) to be avoided after a restart. The default is under thejava.io.tmpdirsystem property (which is not necessarily stable between executions). It is common to set this totarget/asset-cacheduring development.- See Also:
 - Constant Field Values
 
 
- 
COMPILATION_LEVEL
public static final String COMPILATION_LEVEL
Defines the level at which the Google Closure compiler operations, as perCompilationLevel. The default is "WHITESPACE_ONLY", though "SIMPLE_OPTIMIZATIONS" should also work. Advanced optimizations will likely not work, as Tapestry's more incremental approach to JavaScript (including the use of jQuery and jQuery plugins) is not compatible with Closure.- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
WebResourcesSymbols
public WebResourcesSymbols()
 
 - 
 
 -