com.atlassian.jira.plugin.webfragment.conditions
Class HasVelocityRequestContext

java.lang.Object
  extended by com.atlassian.jira.plugin.webfragment.conditions.HasVelocityRequestContext
All Implemented Interfaces:
com.atlassian.plugin.web.Condition

public class HasVelocityRequestContext
extends Object
implements com.atlassian.plugin.web.Condition

Checks if there is a VelocityRequestContext.getRequestParameters(). This will ensure that the printable icon link will not be displayed if there is no request.


Constructor Summary
HasVelocityRequestContext()
           
 
Method Summary
 void init(Map params)
           
 boolean shouldDisplay(Map context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HasVelocityRequestContext

public HasVelocityRequestContext()
Method Detail

init

public void init(Map params)
          throws com.atlassian.plugin.PluginParseException
Specified by:
init in interface com.atlassian.plugin.web.Condition
Throws:
com.atlassian.plugin.PluginParseException

shouldDisplay

public boolean shouldDisplay(Map context)
Specified by:
shouldDisplay in interface com.atlassian.plugin.web.Condition


Copyright © 2002-2012 Atlassian. All Rights Reserved.