public class

LabelServlet

extends ConfluenceHttpServlet
java.lang.Object
   ↳ javax.servlet.GenericServlet
     ↳ javax.servlet.http.HttpServlet
       ↳ com.atlassian.confluence.servlet.ConfluenceHttpServlet
         ↳ com.atlassian.confluence.servlet.LabelServlet

Class Overview

Simple servlet to map requests to /label// or /label/ to /labels/viewlabel.action The label name is mandatory, the space key is optional, restricting the view of the label to a specific space.

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.servlet.ConfluenceHttpServlet
Public Constructors
LabelServlet()
Protected Methods
void doGet(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse)
[Expand]
Inherited Methods
From class javax.servlet.http.HttpServlet
From class javax.servlet.GenericServlet
From class java.lang.Object
From interface javax.servlet.Servlet
From interface javax.servlet.ServletConfig

Public Constructors

public LabelServlet ()

Protected Methods

protected void doGet (HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse)

Throws
ServletException
IOException