Uses of Class
de.odysseus.el.tree.impl.Parser.ExtensionHandler
-
Packages that use Parser.ExtensionHandler Package Description de.odysseus.el.tree.impl -
-
Uses of Parser.ExtensionHandler in de.odysseus.el.tree.impl
Fields in de.odysseus.el.tree.impl with type parameters of type Parser.ExtensionHandler Modifier and Type Field Description protected java.util.Map<Scanner.ExtensionToken,Parser.ExtensionHandler>Parser. extensionsMethods in de.odysseus.el.tree.impl that return Parser.ExtensionHandler Modifier and Type Method Description protected Parser.ExtensionHandlerParser. getExtensionHandler(Scanner.Token token)Methods in de.odysseus.el.tree.impl with parameters of type Parser.ExtensionHandler Modifier and Type Method Description voidParser. putExtensionHandler(Scanner.ExtensionToken token, Parser.ExtensionHandler extension)
-