Uses of Enum
org.thymeleaf.templateparser.reader.BlockAwareReader.BlockAction
Packages that use BlockAwareReader.BlockAction
-
Uses of BlockAwareReader.BlockAction in org.thymeleaf.templateparser.reader
Fields in org.thymeleaf.templateparser.reader declared as BlockAwareReader.BlockActionModifier and TypeFieldDescriptionprivate final BlockAwareReader.BlockActionBlockAwareReader.actionMethods in org.thymeleaf.templateparser.reader that return BlockAwareReader.BlockActionModifier and TypeMethodDescriptionstatic BlockAwareReader.BlockActionReturns the enum constant of this type with the specified name.static BlockAwareReader.BlockAction[]BlockAwareReader.BlockAction.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.thymeleaf.templateparser.reader with parameters of type BlockAwareReader.BlockActionModifierConstructorDescriptionprotectedBlockAwareReader(Reader reader, BlockAwareReader.BlockAction action, char[] prefix, char[] suffix)