Deprecated Methods |
edu.utexas.its.eis.tools.qwicap.template.css.Results.add(Match)
Use addMatch instead. |
edu.utexas.its.eis.tools.qwicap.template.css.Results.add(Results)
Use addResults instead. |
edu.utexas.its.eis.tools.qwicap.template.css.Results.addContentAfter(Object)
Use addToEndOfContent instead. |
edu.utexas.its.eis.tools.qwicap.template.css.Results.addContentAtEnd(Object)
Use addToEndOfContent instead. |
edu.utexas.its.eis.tools.qwicap.template.css.Results.addContentAtStart(Object)
Use addToStartOfContent instead. |
edu.utexas.its.eis.tools.qwicap.template.css.Results.addContentBefore(Object)
Use addToStartOfContent instead. |
edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet.addControlValues(String, String...)
Use FormDataSet.addData(java.lang.String, java.lang.Object...) instead. |
edu.utexas.its.eis.tools.qwicap.template.css.Results.addTo(Results)
Use addToResults instead. |
edu.utexas.its.eis.tools.qwicap.template.css.Results.enumerate()
Use Results.iterator() instead. |
edu.utexas.its.eis.tools.qwicap.template.css.Results.getForm()
Use Results.toForm() , instead. |
edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet.getValue(Pattern)
Use FormDataSet.getDatum(Pattern) instead. |
edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet.getValue(String)
Use FormDataSet.getDatum(String) instead. |
edu.utexas.its.eis.tools.qwicap.template.css.Results.insert(boolean, Object)
Use add instead. |
edu.utexas.its.eis.tools.qwicap.template.xml.Match.insert(boolean, Object)
Use Match.add(boolean, java.lang.Object) instead. |
edu.utexas.its.eis.tools.qwicap.template.css.Results.insertAfter(Object)
Use addAfter instead. |
edu.utexas.its.eis.tools.qwicap.template.css.Results.insertBefore(Object)
Use addBefore instead. |
edu.utexas.its.eis.tools.qwicap.servlet.FormControlValue.isQwicapParameter()
Use FormControlValue.isQwicapControl() instead. |
edu.utexas.its.eis.tools.qwicap.template.css.Results.print()
Use Results.toString() instead. |
edu.utexas.its.eis.tools.qwicap.template.css.Results.print(String)
Use Results.toString() instead. |
edu.utexas.its.eis.tools.qwicap.servlet.Form.printAllLabels()
Use Form.getControlsTable() instead. |
edu.utexas.its.eis.tools.qwicap.servlet.Qwicap.rejectInput(String, Object, boolean, String)
Use Qwicap.rejectInput(String, Object, Object) instead, passing an
XMLString if the error message is an XHTML fragment, or a
String , if it is not XHTML. |