|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AutoEscapeContext.AutoEscapeState | |
---|---|
com.google.clearsilver.jsilver.autoescape |
Uses of AutoEscapeContext.AutoEscapeState in com.google.clearsilver.jsilver.autoescape |
---|
Methods in com.google.clearsilver.jsilver.autoescape that return AutoEscapeContext.AutoEscapeState | |
---|---|
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. |
Methods in com.google.clearsilver.jsilver.autoescape with parameters of type AutoEscapeContext.AutoEscapeState | |
---|---|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |