Package | Description |
---|---|
com.google.clearsilver.jsilver.autoescape |
Modifier and Type | Method and Description |
---|---|
AutoEscapeContext.AutoEscapeState |
AutoEscapeContext.getCurrentState()
Calls the HtmlParser API to determine current state.
|
static AutoEscapeContext.AutoEscapeState |
AutoEscapeContext.AutoEscapeState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoEscapeContext.AutoEscapeState[] |
AutoEscapeContext.AutoEscapeState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AutoEscapeContext.isPermittedStateChangeForIncludes(AutoEscapeContext.AutoEscapeState start,
AutoEscapeContext.AutoEscapeState end)
Determines whether an included template that begins in state
start is allowed to end in
state end . |
Copyright © 2010–2016 Google. All rights reserved.