Uses of Class
org.camunda.bpm.engine.impl.juel.Parser.ExtensionHandler
-
Packages that use Parser.ExtensionHandler Package Description org.camunda.bpm.engine.impl.juel -
-
Uses of Parser.ExtensionHandler in org.camunda.bpm.engine.impl.juel
Fields in org.camunda.bpm.engine.impl.juel with type parameters of type Parser.ExtensionHandler Modifier and Type Field Description protected Map<Scanner.ExtensionToken,Parser.ExtensionHandler>
Parser. extensions
Methods in org.camunda.bpm.engine.impl.juel that return Parser.ExtensionHandler Modifier and Type Method Description protected Parser.ExtensionHandler
Parser. getExtensionHandler(Scanner.Token token)
Methods in org.camunda.bpm.engine.impl.juel with parameters of type Parser.ExtensionHandler Modifier and Type Method Description void
Parser. putExtensionHandler(Scanner.ExtensionToken token, Parser.ExtensionHandler extension)
-