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 java.util.Map<Scanner.ExtensionToken,Parser.ExtensionHandler>Parser. extensionsMethods in org.camunda.bpm.engine.impl.juel that return Parser.ExtensionHandler Modifier and Type Method Description protected Parser.ExtensionHandlerParser. getExtensionHandler(Scanner.Token token)Methods in org.camunda.bpm.engine.impl.juel with parameters of type Parser.ExtensionHandler Modifier and Type Method Description voidParser. putExtensionHandler(Scanner.ExtensionToken token, Parser.ExtensionHandler extension)
-