| Package | Description |
|---|---|
| org.apache.jasper |
| Modifier and Type | Field and Description |
|---|---|
protected TrimSpacesOption |
JspC.trimSpaces |
| Modifier and Type | Method and Description |
|---|---|
TrimSpacesOption |
Options.getTrimSpaces() |
TrimSpacesOption |
JspC.getTrimSpaces() |
TrimSpacesOption |
EmbeddedServletOptions.getTrimSpaces() |
static TrimSpacesOption |
TrimSpacesOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TrimSpacesOption[] |
TrimSpacesOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JspC.setTrimSpaces(TrimSpacesOption trimSpaces) |
Copyright © 2014–2021. All rights reserved.