Uses of Class
org.apache.jasper.TrimSpacesOption
-
Packages that use TrimSpacesOption Package Description org.apache.jasper -
-
Uses of TrimSpacesOption in org.apache.jasper
Fields in org.apache.jasper declared as TrimSpacesOption Modifier and Type Field Description protected TrimSpacesOptionJspC. trimSpacesMethods in org.apache.jasper that return TrimSpacesOption Modifier and Type Method Description TrimSpacesOptionEmbeddedServletOptions. getTrimSpaces()TrimSpacesOptionJspC. getTrimSpaces()TrimSpacesOptionOptions. getTrimSpaces()static TrimSpacesOptionTrimSpacesOption. 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.Methods in org.apache.jasper with parameters of type TrimSpacesOption Modifier and Type Method Description voidJspC. setTrimSpaces(TrimSpacesOption trimSpaces)
-