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.SpaceGobblingRuntimeInstance. spaceGobblingSpace gobbling modeMethods in org.apache.velocity.runtime that return RuntimeConstants.SpaceGobbling Modifier and Type Method Description RuntimeConstants.SpaceGobblingRuntimeInstance. getSpaceGobbling()get space gobbling modeRuntimeConstants.SpaceGobblingRuntimeServices. getSpaceGobbling()get space gobbling modestatic RuntimeConstants.SpaceGobblingRuntimeConstants.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.
-