org.apache.empire.struts2.html
Class HtmlTagDictionary.FlexDivRenderInfo

java.lang.Object
  extended by org.apache.empire.struts2.html.HtmlTagDictionary.FlexDivRenderInfo
Enclosing class:
HtmlTagDictionary

public static class HtmlTagDictionary.FlexDivRenderInfo
extends Object


Field Summary
 String attributes
           
 String bodyBegin
           
 String bodyEnd
           
 String tag
           
 
Constructor Summary
HtmlTagDictionary.FlexDivRenderInfo(String tag, String attributes, String bodyBegin, String bodyEnd)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tag

public String tag

attributes

public String attributes

bodyBegin

public String bodyBegin

bodyEnd

public String bodyEnd
Constructor Detail

HtmlTagDictionary.FlexDivRenderInfo

public HtmlTagDictionary.FlexDivRenderInfo(String tag,
                                           String attributes,
                                           String bodyBegin,
                                           String bodyEnd)


Copyright © 2008–2014 Apache Software Foundation. All rights reserved.