Uses of Class
org.apache.myfaces.test.utils.HtmlRenderedAttr

Packages that use HtmlRenderedAttr
org.apache.myfaces.test.utils   
 

Uses of HtmlRenderedAttr in org.apache.myfaces.test.utils
 

Methods in org.apache.myfaces.test.utils that return HtmlRenderedAttr
static HtmlRenderedAttr[] HtmlCheckAttributesUtil.generateAttrsNotRenderedForReadOnly()
           
static HtmlRenderedAttr[] HtmlCheckAttributesUtil.generateBasicAttrs()
           
static HtmlRenderedAttr[] HtmlCheckAttributesUtil.generateBasicReadOnlyAttrs()
           
 

Methods in org.apache.myfaces.test.utils with parameters of type HtmlRenderedAttr
static void HtmlCheckAttributesUtil.checkRenderedAttributes(UIComponent component, javax.faces.context.FacesContext context, org.apache.shale.test.mock.MockResponseWriter writer, HtmlRenderedAttr[] attrs)
          This method adds all attributes from attrs into the component.
static String HtmlCheckAttributesUtil.constructErrorMessage(HtmlRenderedAttr[] attrs, String actual)
          Constructs an error message string detailing which attributes were not rendered and which attributes were rendered more than once.
static boolean HtmlCheckAttributesUtil.hasFailedAttrRender(HtmlRenderedAttr[] attrs)
          Checks the attrs array if it has elements which were rendered incorrectly.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.