com.atlassian.jira.web.action.util
Class FieldsResourceIncluderImpl

java.lang.Object
  extended by com.atlassian.jira.web.action.util.FieldsResourceIncluderImpl
All Implemented Interfaces:
FieldsResourceIncluder

public class FieldsResourceIncluderImpl
extends Object
implements FieldsResourceIncluder

Default implementation of FieldsResourceIncluder.

Since:
v4.2

Constructor Summary
FieldsResourceIncluderImpl(JiraAuthenticationContext authCtx, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, CalendarResourceIncluder calendarResourceIncluder)
           
 
Method Summary
 void includeFieldResourcesForCurrentUser()
          Include the resources in the current page for the current user that may be necessary to view/edit fields.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldsResourceIncluderImpl

public FieldsResourceIncluderImpl(JiraAuthenticationContext authCtx,
                                  com.atlassian.plugin.webresource.WebResourceManager webResourceManager,
                                  CalendarResourceIncluder calendarResourceIncluder)
Method Detail

includeFieldResourcesForCurrentUser

public void includeFieldResourcesForCurrentUser()
Description copied from interface: FieldsResourceIncluder
Include the resources in the current page for the current user that may be necessary to view/edit fields.

Specified by:
includeFieldResourcesForCurrentUser in interface FieldsResourceIncluder


Copyright © 2002-2012 Atlassian. All Rights Reserved.