| Package | Description |
|---|---|
| com.google.template.soy |
Root package with main API entry point and
Guice module.
|
| com.google.template.soy.parsepasses |
Compiler passes used in parsing.
|
| com.google.template.soy.shared |
Classes shared between multiple backends or between frontend and backend.
|
| Modifier and Type | Method and Description |
|---|---|
SoyFileSet.Builder |
SoyFileSet.Builder.setCssHandlingScheme(SoyGeneralOptions.CssHandlingScheme cssHandlingScheme)
Sets the scheme for handling
css commands. |
| Constructor and Description |
|---|
HandleCssCommandVisitor(SoyGeneralOptions.CssHandlingScheme cssHandlingScheme,
ErrorReporter errorReporter) |
| Modifier and Type | Method and Description |
|---|---|
SoyGeneralOptions.CssHandlingScheme |
SoyGeneralOptions.getCssHandlingScheme()
Returns the scheme for handling
css commands. |
static SoyGeneralOptions.CssHandlingScheme |
SoyGeneralOptions.CssHandlingScheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SoyGeneralOptions.CssHandlingScheme[] |
SoyGeneralOptions.CssHandlingScheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SoyGeneralOptions.setCssHandlingScheme(SoyGeneralOptions.CssHandlingScheme cssHandlingScheme)
Sets the scheme for handling
css commands. |