org.apache.struts2.showcase
Class UITagExample.Language

java.lang.Object
  extended by org.apache.struts2.showcase.UITagExample.Language
Enclosing class:
UITagExample

public static class UITagExample.Language
extends Object


Constructor Summary
UITagExample.Language(String key, String description, String style)
           
 
Method Summary
 String getDescription()
           
 String getKey()
           
 String getStyle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UITagExample.Language

public UITagExample.Language(String key,
                             String description,
                             String style)
Method Detail

getKey

public String getKey()

getDescription

public String getDescription()

getStyle

public String getStyle()


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.