|
RichFaces Arquillian Test Commons 4.3.3.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.richfaces.shrinkwrap.descriptor.FaceletAsset
public class FaceletAsset
Assert simplifying process of creating facelets XHTML definitions out of template.
| Constructor Summary | |
|---|---|
FaceletAsset()
|
|
| Method Summary | |
|---|---|
FaceletAsset |
body(Object... bodies)
Places content into <h:body> |
FaceletAsset |
form(Object... forms)
Adds content enclosed within form: <h:form id='form' prependId='false' /> |
FaceletAsset |
head(Object... heads)
Places content into <h:head> |
InputStream |
openStream()
|
FaceletAsset |
xmlns(String prefix,
String uri)
Adds XMLNS with given prefix and URI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FaceletAsset()
| Method Detail |
|---|
public InputStream openStream()
openStream in interface org.jboss.shrinkwrap.api.asset.Assetpublic FaceletAsset head(Object... heads)
public FaceletAsset body(Object... bodies)
public FaceletAsset form(Object... forms)
Adds content enclosed within form: <h:form id='form' prependId='false' />
No form is inserted when this method is not invoked.
public FaceletAsset xmlns(String prefix,
String uri)
Adds XMLNS with given prefix and URI
|
RichFaces Arquillian Test Commons 4.3.3.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||