public class

DecoratorModuleDescriptor

extends AbstractModuleDescriptor<T>
java.lang.Object
   ↳ com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T>
     ↳ com.atlassian.jira.plugin.decorator.DecoratorModuleDescriptor

Class Overview

Module descriptor for Sitemesh decorators. This module descriptor has a page, which is the name of a velocity template resource, and a pattern, which is a regular expression matched against the request to see if this decorator should be applied. If more than regular expression matching is required, use a decorator mapper module instead.

Summary

[Expand]
Inherited Fields
From class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
Public Constructors
DecoratorModuleDescriptor(ModuleFactory moduleFactory)
Public Methods
Object getModule()
String getPage()
Pattern getPattern()
void init(Plugin plugin, Element element)
[Expand]
Inherited Methods
From class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
From class java.lang.Object
From interface com.atlassian.plugin.ModuleDescriptor
From interface com.atlassian.plugin.Resourced
From interface com.atlassian.plugin.StateAware

Public Constructors

public DecoratorModuleDescriptor (ModuleFactory moduleFactory)

Public Methods

public Object getModule ()

public String getPage ()

public Pattern getPattern ()

public void init (Plugin plugin, Element element)