public class

ServletContextReference

extends Object
implements Serializable
java.lang.Object
   ↳ com.atlassian.jira.web.servletcontext.ServletContextReference<V>

Class Overview

A servlet context reference is a variable that is tied to the life of the current servlet context

Summary

Public Constructors
ServletContextReference(String attributeName)
Constructs a reference that has a null value
Public Methods
V get()
void set(V value)
Sets the value of the servlet context reference
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ServletContextReference (String attributeName)

Constructs a reference that has a null value

Parameters
attributeName the name of the servlet context reference

Public Methods

public V get ()

Returns
  • the current value of the servlet context reference

public void set (V value)

Sets the value of the servlet context reference

Parameters
value the new value of the reference