|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface HamletSpec._Special
%special -(A|%pre.exclusion)
| Method Summary | |
|---|---|
HamletSpec.BDO |
bdo()
Add a bdo (bidirectional override) element |
HamletSpec._Special |
bdo(HamletSpec.Dir dir,
String cdata)
Add a bdo (bidirectional override) element |
HamletSpec.BR |
br()
Add a BR (line break) element. |
HamletSpec._Special |
br(String selector)
Add a BR (line break) element. |
HamletSpec.MAP |
map()
Add a MAP element. |
HamletSpec.MAP |
map(String selector)
Add a MAP element. |
HamletSpec.Q |
q()
Add a Q (inline quotation) element. |
HamletSpec._Special |
q(String cdata)
Add a complete Q element. |
HamletSpec._Special |
q(String selector,
String cdata)
Add a Q element. |
HamletSpec.SPAN |
span()
Add a SPAN element. |
HamletSpec._Special |
span(String cdata)
Add a SPAN element. |
HamletSpec._Special |
span(String selector,
String cdata)
Add a SPAN element. |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Script |
|---|
script, script |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._InsDel |
|---|
del, del, ins, ins |
| Method Detail |
|---|
HamletSpec.BR br()
HamletSpec._Special br(String selector)
selector - the css selector in the form of (#id)*(.class)*
HamletSpec.MAP map()
HamletSpec.MAP map(String selector)
selector - the css selector in the form of (#id)*(.class)*
HamletSpec.Q q()
HamletSpec._Special q(String cdata)
cdata - the content
HamletSpec._Special q(String selector,
String cdata)
selector - the css selector in the form of (#id)*(.class)*cdata - the content
HamletSpec.SPAN span()
HamletSpec._Special span(String cdata)
cdata - the content
HamletSpec._Special span(String selector,
String cdata)
selector - the css selector in the form of (#id)*(.class)*cdata - the content
HamletSpec.BDO bdo()
HamletSpec._Special bdo(HamletSpec.Dir dir,
String cdata)
dir - the direction of the textcdata - the text
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||