com.atlassian.jira.jelly.tag
Class AppProps

java.lang.Object
  extended by org.apache.commons.jelly.TagSupport
      extended by com.atlassian.jira.jelly.tag.AppProps
All Implemented Interfaces:
org.apache.commons.jelly.Tag

public class AppProps
extends org.apache.commons.jelly.TagSupport


Field Summary
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
AppProps()
           
 
Method Summary
 void doTag(org.apache.commons.jelly.XMLOutput xmlOutput)
           
 String getOption()
           
 String getType()
           
 String getVar()
           
 void setOption(String option)
           
 void setType(String type)
           
 void setVar(String var)
           
protected  void validateInput()
           
 
Methods inherited from class org.apache.commons.jelly.TagSupport
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppProps

public AppProps()
Method Detail

doTag

public void doTag(org.apache.commons.jelly.XMLOutput xmlOutput)
           throws org.apache.commons.jelly.MissingAttributeException,
                  org.apache.commons.jelly.JellyTagException
Throws:
org.apache.commons.jelly.MissingAttributeException
org.apache.commons.jelly.JellyTagException

validateInput

protected void validateInput()
                      throws org.apache.commons.jelly.JellyTagException
Throws:
org.apache.commons.jelly.JellyTagException

getOption

public String getOption()

setOption

public void setOption(String option)

getType

public String getType()

setType

public void setType(String type)

getVar

public String getVar()

setVar

public void setVar(String var)


Copyright © 2002-2013 Atlassian. All Rights Reserved.