Uses of Class
de.neuland.pug4j.Pug4J.Mode
-
Packages that use Pug4J.Mode Package Description de.neuland.pug4j de.neuland.pug4j.template -
-
Uses of Pug4J.Mode in de.neuland.pug4j
Methods in de.neuland.pug4j that return Pug4J.Mode Modifier and Type Method Description Pug4J.ModePugConfiguration. getMode()Pug4J.ModePugConfigurationCaffeine. getMode()static Pug4J.ModePug4J.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static Pug4J.Mode[]Pug4J.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.neuland.pug4j with parameters of type Pug4J.Mode Modifier and Type Method Description voidPugConfiguration. setMode(Pug4J.Mode mode)voidPugConfigurationCaffeine. setMode(Pug4J.Mode mode) -
Uses of Pug4J.Mode in de.neuland.pug4j.template
Methods in de.neuland.pug4j.template with parameters of type Pug4J.Mode Modifier and Type Method Description voidPugTemplate. setMode(Pug4J.Mode mode)
-