Interface TextParser

All Known Implementing Classes:
OgnlTextParser

public interface TextParser
Used to parse expressions like ${foo.bar} or %{bar.foo} but it is up tp the TextParser's implementation what kind of opening char to use (#, $, %, etc)