public class

HasVelocityRequestContext

extends Object
implements Condition
java.lang.Object
   ↳ com.atlassian.jira.plugin.webfragment.conditions.HasVelocityRequestContext

Class Overview

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

Summary

Public Constructors
HasVelocityRequestContext()
Public Methods
void init(Map params)
boolean shouldDisplay(Map context)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.plugin.web.Condition

Public Constructors

public HasVelocityRequestContext ()

Public Methods

public void init (Map params)

public boolean shouldDisplay (Map context)