|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface HamletSpec.Phrase
%phrase
| Method Summary | |
|---|---|
HamletSpec.ABBR |
abbr()
Add an ABBR (abbreviation) element. |
HamletSpec.Phrase |
abbr(String cdata)
Add a ABBR (abbreviation) element. |
HamletSpec.Phrase |
abbr(String selector,
String cdata)
Add a ABBR (abbreviation) element. |
HamletSpec.CITE |
cite()
Add a CITE element. |
HamletSpec.Phrase |
cite(String cdata)
Add a CITE element. |
HamletSpec.Phrase |
cite(String selector,
String cdata)
Add a CITE element. |
HamletSpec.CODE |
code()
Add a CODE (code fragment) element. |
HamletSpec.Phrase |
code(String cdata)
Add a complete CODE element. |
HamletSpec.Phrase |
code(String selector,
String cdata)
Add a complete CODE element. |
HamletSpec.DFN |
dfn()
Add a DFN element. |
HamletSpec.Phrase |
dfn(String cdata)
Add a complete DFN element. |
HamletSpec.Phrase |
dfn(String selector,
String cdata)
Add a complete DFN element. |
HamletSpec.EM |
em()
Add an EM (emphasized) element. |
HamletSpec.Phrase |
em(String cdata)
Add an EM (emphasized) element. |
HamletSpec.Phrase |
em(String selector,
String cdata)
Add an EM (emphasized) element. |
HamletSpec.KBD |
kbd()
Add a KBD (keyboard) element. |
HamletSpec.Phrase |
kbd(String cdata)
Add a KBD (keyboard) element. |
HamletSpec.Phrase |
kbd(String selector,
String cdata)
Add a KBD (keyboard) element. |
HamletSpec.SAMP |
samp()
Add a SAMP (sample) element. |
HamletSpec.Phrase |
samp(String cdata)
Add a complete SAMP (sample) element. |
HamletSpec.Phrase |
samp(String selector,
String cdata)
Add a complete SAMP (sample) element. |
HamletSpec.STRONG |
strong()
Add a STRONG (important) element. |
HamletSpec.Phrase |
strong(String cdata)
Add a complete STRONG (important) element. |
HamletSpec.Phrase |
strong(String selector,
String cdata)
Add a complete STRONG (important) element. |
HamletSpec.VAR |
var()
Add a VAR (variable) element. |
HamletSpec.Phrase |
var(String cdata)
Add a VAR (variable) element. |
HamletSpec.Phrase |
var(String selector,
String cdata)
Add a VAR (variable) element. |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Child |
|---|
_ |
| Method Detail |
|---|
HamletSpec.EM em()
HamletSpec.Phrase em(String cdata)
cdata - the content
HamletSpec.Phrase em(String selector,
String cdata)
selector - the css selector in the form of (#id)*(.class)*cdata - the content
HamletSpec.STRONG strong()
HamletSpec.Phrase strong(String cdata)
cdata - the content
HamletSpec.Phrase strong(String selector,
String cdata)
selector - the css selector in the form of (#id)*(.class)*cdata - the content
HamletSpec.DFN dfn()
HamletSpec.Phrase dfn(String cdata)
cdata - the content
HamletSpec.Phrase dfn(String selector,
String cdata)
selector - the css selector in the form of (#id)*(.class)*cdata - the content
HamletSpec.CODE code()
HamletSpec.Phrase code(String cdata)
cdata - the code
HamletSpec.Phrase code(String selector,
String cdata)
selector - the css selector in the form of (#id)*(.class)*cdata - the code
HamletSpec.SAMP samp()
HamletSpec.Phrase samp(String cdata)
cdata - the content
HamletSpec.Phrase samp(String selector,
String cdata)
selector - the css selector in the form of (#id)*(.class)*cdata - the content
HamletSpec.KBD kbd()
HamletSpec.Phrase kbd(String cdata)
cdata - the content
HamletSpec.Phrase kbd(String selector,
String cdata)
selector - the css selector in the form of (#id)*(.class)*cdata - the content
HamletSpec.VAR var()
HamletSpec.Phrase var(String cdata)
cdata - the content
HamletSpec.Phrase var(String selector,
String cdata)
selector - the css selector in the form of (#id)*(.class)*cdata - the content
HamletSpec.CITE cite()
HamletSpec.Phrase cite(String cdata)
cdata - the content
HamletSpec.Phrase cite(String selector,
String cdata)
selector - the css selector in the form of (#id)*(.class)*cdata - the content
HamletSpec.ABBR abbr()
HamletSpec.Phrase abbr(String cdata)
cdata - the content
HamletSpec.Phrase abbr(String selector,
String cdata)
selector - the css selector in the form of (#id)*(.class)*cdata - the content
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||