Uses of Class
org.apache.velocity.runtime.RuntimeConstants.SpaceGobbling
-
Packages that use RuntimeConstants.SpaceGobbling Package Description org.apache.velocity.runtime -
-
Uses of RuntimeConstants.SpaceGobbling in org.apache.velocity.runtime
Fields in org.apache.velocity.runtime declared as RuntimeConstants.SpaceGobbling Modifier and Type Field Description private RuntimeConstants.SpaceGobbling
RuntimeInstance. spaceGobbling
Space gobbling modeMethods in org.apache.velocity.runtime that return RuntimeConstants.SpaceGobbling Modifier and Type Method Description RuntimeConstants.SpaceGobbling
RuntimeInstance. getSpaceGobbling()
get space gobbling modeRuntimeConstants.SpaceGobbling
RuntimeServices. getSpaceGobbling()
get space gobbling modestatic RuntimeConstants.SpaceGobbling
RuntimeConstants.SpaceGobbling. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RuntimeConstants.SpaceGobbling[]
RuntimeConstants.SpaceGobbling. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-