com.atlassian.jira.jelly.tag.issue
Class AttachFile

java.lang.Object
  extended byorg.apache.commons.jelly.TagSupport
      extended byorg.apache.commons.jelly.DynaTagSupport
          extended byorg.apache.commons.jelly.DynaBeanTagSupport
              extended bycom.atlassian.jira.jelly.JiraDynaBeanTagSupport
                  extended bycom.atlassian.jira.jelly.tag.issue.AttachFile
All Implemented Interfaces:
org.apache.commons.jelly.DynaTag, org.apache.commons.jelly.Tag

public class AttachFile
extends JiraDynaBeanTagSupport


Field Summary
static java.lang.String OPTION_ADD
           
static java.lang.String OPTION_OVERRIDE
           
static java.lang.String OPTION_SKIP
           
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
AttachFile()
           
 
Method Summary
 void doTag(org.apache.commons.jelly.XMLOutput xmlOutput)
           
 java.lang.String getFilepath()
           
 java.lang.String getKey()
           
 java.lang.String getOption()
           
 java.lang.String[] getRequiredProperties()
           
 
Methods inherited from class com.atlassian.jira.jelly.JiraDynaBeanTagSupport
getProperties
 
Methods inherited from class org.apache.commons.jelly.DynaBeanTagSupport
beforeSetAttributes, getAttributeType, getDynaBean, setAttribute, setContext, setDynaBean
 
Methods inherited from class org.apache.commons.jelly.TagSupport
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isTrim, setBody, setParent, setTrim, trimBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.commons.jelly.Tag
getBody, getContext, getParent, invokeBody, setBody, setParent
 

Field Detail

OPTION_SKIP

public static final java.lang.String OPTION_SKIP
See Also:
Constant Field Values

OPTION_OVERRIDE

public static final java.lang.String OPTION_OVERRIDE
See Also:
Constant Field Values

OPTION_ADD

public static final java.lang.String OPTION_ADD
See Also:
Constant Field Values
Constructor Detail

AttachFile

public AttachFile()
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

getRequiredProperties

public java.lang.String[] getRequiredProperties()

getKey

public java.lang.String getKey()

getFilepath

public java.lang.String getFilepath()

getOption

public java.lang.String getOption()


Copyright © 2002-2005 Atlassian. All Rights Reserved.