|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.addBaseAttributes(javax.faces.component.UIComponent component,
HtmlRenderedAttr[] attrs)
This method adds all elements of attrs to the attributes map of component. |
static void |
HtmlCheckAttributesUtil.checkAttributeOccurrences(HtmlRenderedAttr attr,
String actual)
Checks if the occurrence of the rendered attribute in the html generated by the renderer is equal to the number of times expected. |
static void |
HtmlCheckAttributesUtil.checkRenderedAttributes(HtmlRenderedAttr[] attrs,
String output)
Iterates through all elements of attrs to check if they are only rendered once in output. |
static void |
HtmlCheckAttributesUtil.checkRenderedAttributes(javax.faces.component.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||