Package org.apache.hadoop.yarn.webapp.hamlet

Interface Summary
HamletSpec._  
HamletSpec._Anchor  
HamletSpec._Block %block -(FORM|FIELDSET)
HamletSpec._Body  
HamletSpec._Cell  
HamletSpec._Child  
HamletSpec._Content  
HamletSpec._Dl  
HamletSpec._FieldSet  
HamletSpec._FontSize Part of %pre.exclusion
HamletSpec._FontStyle %fontstyle -(%pre.exclusion)
HamletSpec._Form  
HamletSpec._FormCtrl  
HamletSpec._Head  
HamletSpec._Html  
HamletSpec._ImgObject Part of %pre.exclusion
HamletSpec._InsDel INS and DEL are unusual for HTML "in that they may serve as either block-level or inline elements (but not both)".
HamletSpec._Label  
HamletSpec._Legend  
HamletSpec._Li  
HamletSpec._Object  
HamletSpec._Option  
HamletSpec._Param  
HamletSpec._RawContent  
HamletSpec._Script  
HamletSpec._Special %special -(A|%pre.exclusion)
HamletSpec._SubSup Part of %pre.exclusion
HamletSpec._Table  
HamletSpec._TableCol  
HamletSpec._TableRow  
HamletSpec._Tr  
HamletSpec.A  
HamletSpec.ABBR  
HamletSpec.ACRONYM  
HamletSpec.ADDRESS  
HamletSpec.AREA  
HamletSpec.Attrs %attrs
HamletSpec.B  
HamletSpec.BASE  
HamletSpec.BDO The dir attribute is required for the BDO element
HamletSpec.Block %block
HamletSpec.BLOCKQUOTE  
HamletSpec.BODY  
HamletSpec.BR  
HamletSpec.BUTTON  
HamletSpec.CAPTION  
HamletSpec.CITE  
HamletSpec.CODE  
HamletSpec.COL  
HamletSpec.COLGROUP  
HamletSpec.CoreAttrs %coreattrs
HamletSpec.DD  
HamletSpec.DEL  
HamletSpec.DFN  
HamletSpec.DIV  
HamletSpec.DL  
HamletSpec.DT  
HamletSpec.EM  
HamletSpec.EventsAttrs %events
HamletSpec.FIELDSET  
HamletSpec.Flow %flow
HamletSpec.FontStyle %fontstyle
HamletSpec.FORM  
HamletSpec.FormCtrl %formctrl
HamletSpec.H1  
HamletSpec.H2  
HamletSpec.H3  
HamletSpec.H4  
HamletSpec.H5  
HamletSpec.H6  
HamletSpec.HEAD  
HamletSpec.Heading %heading
HamletSpec.HeadMisc %head.misc
HamletSpec.HR  
HamletSpec.HTML The root element
HamletSpec.I  
HamletSpec.I18nAttrs %i18n
HamletSpec.IMG  
HamletSpec.Inline %inline
HamletSpec.INPUT  
HamletSpec.INS  
HamletSpec.KBD  
HamletSpec.LABEL  
HamletSpec.LEGEND  
HamletSpec.LI  
HamletSpec.LINK  
HamletSpec.Listing %list
HamletSpec.MAP  
HamletSpec.META  
HamletSpec.OBJECT  
HamletSpec.OL  
HamletSpec.OPTGROUP  
HamletSpec.OPTION  
HamletSpec.P  
HamletSpec.PARAM  
HamletSpec.PCData #PCDATA
HamletSpec.Phrase %phrase
HamletSpec.PRE  
HamletSpec.Preformatted % preformatted
HamletSpec.Q  
HamletSpec.SAMP  
HamletSpec.SCRIPT  
HamletSpec.SELECT  
HamletSpec.SMALL  
HamletSpec.SPAN  
HamletSpec.Special %special
HamletSpec.STRONG  
HamletSpec.STYLE  
HamletSpec.SUB  
HamletSpec.SUP  
HamletSpec.TABLE TBODY should be used after THEAD/TFOOT, iff there're no TABLE.TR elements.
HamletSpec.TBODY  
HamletSpec.TD  
HamletSpec.TEXTAREA  
HamletSpec.TFOOT  
HamletSpec.TH  
HamletSpec.THEAD  
HamletSpec.TITLE  
HamletSpec.TR  
HamletSpec.UL  
HamletSpec.VAR  
 

Class Summary
Hamlet  
HamletGen Generates a specific hamlet implementation class from a spec class using a generic hamlet implementation class.
HamletImpl A simple unbuffered generic hamlet implementation.
HamletSpec HTML5 compatible HTML4 builder interfaces.
 

Enum Summary
HamletImpl.EOpt Element options.
HamletSpec.ButtonType Values for button types
HamletSpec.Dir Values for the %18n dir attribute (case-insensitive)
HamletSpec.InputType %InputType (case-insensitive)
HamletSpec.LinkType %LinkTypes (case-insensitive)
HamletSpec.Media %MediaDesc (case-sensitive)
HamletSpec.Method Values for form methods (case-insensitive)
HamletSpec.Scope %Scope (case-insensitive)
HamletSpec.Shape %Shape (case-insensitive)
 

Annotation Types Summary
HamletSpec.Element The element annotation for specifying element options other than attributes and allowed child elements
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.