@Deprecated public class ValidationHelper extends Object
@Deprecated public static ValidationInfo getValidationInfo(SlingHttpServletRequest request)
ValidationInfo.createValidationInfo(SlingHttpServletRequest)request - The current request@Deprecated public static boolean hasValidationInfo(javax.servlet.http.HttpServletRequest request)
ValidationInfo.getValidationInfo(HttpServletRequest)request - The curren t request.true if there are validation errors.@Deprecated public static String getRequiredMessage(Resource resource)
FieldDescription instead.resource - The form element resource.@Deprecated public static String getConstraintMessage(Resource resource)
resource - The form element resource.@Deprecated public static boolean checkRequired(SlingHttpServletRequest request, Resource resource)
request - resource - The form element resource.@Deprecated public static void checkConstraint(SlingHttpServletRequest request, SlingHttpServletResponse response, Resource resource) throws IOException, javax.servlet.ServletException
FieldHelper.checkConstraint(SlingHttpServletRequest, SlingHttpServletResponse, FieldDescription)request - resource - The form element resource.IOExceptionjavax.servlet.ServletException@Deprecated public static void writeRequiredCheck(SlingHttpServletRequest request, Resource resource, JspWriter out) throws IOException
FieldHelper.writeClientRequiredCheck(SlingHttpServletRequest, SlingHttpServletResponse, FieldDescription)IOException@Deprecated public static String getFormElementQualifier(SlingHttpServletRequest request, Resource resource)
@Deprecated public static void writeConstraintCheck(SlingHttpServletRequest request, SlingHttpServletResponse response, Resource resource, JspWriter out) throws IOException, javax.servlet.ServletException
FieldHelper.writeClientConstraintCheck(SlingHttpServletRequest, SlingHttpServletResponse, FieldDescription)IOExceptionjavax.servlet.ServletException@Deprecated public static void writeRegexpText(SlingHttpServletRequest request, Resource resource, String regexp, JspWriter out) throws IOException
FieldHelper.writeClientRegexpText(SlingHttpServletRequest, SlingHttpServletResponse, FieldDescription, String)IOException"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"