Class HandlerParser
java.lang.Object
io.undertow.server.handlers.builder.HandlerParser
Parser that can build a handler from a string representation. The underlying syntax is quite simple, and example is
shown below:
rewrite[value="/path"]
If a handler is only being passed a single parameter then the parameter name can be omitted.
Strings can be enclosed in optional double or single quotations marks, and quotation marks can be escaped using
\".
Array types are represented via a comma separated list of values enclosed in curly braces.
- Author:
- Stuart Douglas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HandlerWrapperparse(String string, ClassLoader classLoader)
-
Constructor Details
-
HandlerParser
public HandlerParser()
-
-
Method Details
-
parse
-