com.atlassian.jira.jelly.tag
Class RunSearchRequest

java.lang.Object
  extended by org.apache.commons.jelly.TagSupport
      extended by org.apache.commons.jelly.DynaTagSupport
          extended by org.apache.commons.jelly.DynaBeanTagSupport
              extended by com.atlassian.jira.jelly.UserAwareDynaBeanTagSupport
                  extended by com.atlassian.jira.jelly.tag.RunSearchRequest
All Implemented Interfaces:
UserAware, org.apache.commons.jelly.DynaTag, org.apache.commons.jelly.Tag

public class RunSearchRequest
extends UserAwareDynaBeanTagSupport


Field Summary
protected static java.lang.String KEY_CUSTOM_FIELD_ID
           
protected static java.lang.String KEY_CUSTOM_FIELD_VALUE
           
protected static java.lang.String KEY_SIZE_VARIABLE_NAME
           
protected static java.lang.String KEY_VARIABLE_NAME
           
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
RunSearchRequest()
           
 
Method Summary
 void doTag(org.apache.commons.jelly.XMLOutput xmlOutput)
           
protected  SearchRequest getSearchRequest()
           
 
Methods inherited from class com.atlassian.jira.jelly.UserAwareDynaBeanTagSupport
getProperties, getRequiredContextVariables, getUser, getUsername
 
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

KEY_CUSTOM_FIELD_ID

protected static final java.lang.String KEY_CUSTOM_FIELD_ID
See Also:
Constant Field Values

KEY_CUSTOM_FIELD_VALUE

protected static final java.lang.String KEY_CUSTOM_FIELD_VALUE
See Also:
Constant Field Values

KEY_VARIABLE_NAME

protected static final java.lang.String KEY_VARIABLE_NAME
See Also:
Constant Field Values

KEY_SIZE_VARIABLE_NAME

protected static final java.lang.String KEY_SIZE_VARIABLE_NAME
See Also:
Constant Field Values
Constructor Detail

RunSearchRequest

public RunSearchRequest()
Method Detail

doTag

public void doTag(org.apache.commons.jelly.XMLOutput xmlOutput)
           throws org.apache.commons.jelly.JellyTagException
Specified by:
doTag in interface org.apache.commons.jelly.Tag
Specified by:
doTag in class org.apache.commons.jelly.TagSupport
Throws:
org.apache.commons.jelly.JellyTagException

getSearchRequest

protected SearchRequest getSearchRequest()
                                  throws org.apache.commons.jelly.JellyTagException
Throws:
org.apache.commons.jelly.JellyTagException


Copyright © 2002-2006 Atlassian. All Rights Reserved.