Package eos.web
Class ElementCompiler
- java.lang.Object
-
- eos.web.ElementCompiler
-
public class ElementCompiler extends Object
Thank you Mr. Walter https://gist.github.com/JensWalter/0f19780d131d903879a2
-
-
Constructor Summary
Constructors Constructor Description ElementCompiler(Eos.Cache cache, byte[] bytes, Map<String,HttpSession> sessions, HttpExchange httpExchange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpRequestcompile()protected FormElementgetData(int index, String delimeter, String payload)protected List<FormElement>getElements(String delimeter, String payload)
-
-
-
Constructor Detail
-
ElementCompiler
public ElementCompiler(Eos.Cache cache, byte[] bytes, Map<String,HttpSession> sessions, HttpExchange httpExchange)
-
-
Method Detail
-
compile
public HttpRequest compile()
-
getElements
protected List<FormElement> getElements(String delimeter, String payload)
-
getData
protected FormElement getData(int index, String delimeter, String payload)
-
-