com.atlassian.jira.portal.portlets
Class AbstractRequiresUserPortlet

java.lang.Object
  extended bycom.atlassian.jira.portal.PortletImpl
      extended bycom.atlassian.jira.portal.portlets.AbstractRequiresUserPortlet
All Implemented Interfaces:
Portlet
Direct Known Subclasses:
AbstractSearchResultsPortlet, SavedFiltersPortlet

public abstract class AbstractRequiresUserPortlet
extends PortletImpl

Portlets should extend this portlet if they should not be displayed to anonymous users. This is usually because the portlet displays information that depends on a remote user.


Field Summary
 
Fields inherited from class com.atlassian.jira.portal.PortletImpl
applicationProperties, authenticationContext, permissionManager
 
Constructor Summary
AbstractRequiresUserPortlet(JiraAuthenticationContext authenticationContext, PermissionManager permissionManager, ApplicationProperties applicationProperties)
           
 
Method Summary
 String getViewHtml(PortletConfiguration portletConfiguration)
           
 
Methods inherited from class com.atlassian.jira.portal.PortletImpl
equals, getCornerThumbnail, getDescription, getDescriptor, getId, getIssueConstant, getName, getObjectConfiguration, getPermission, getTemplateLocation, getThumbnailfile, getVelocityParams, hashCode, hasPermission, init
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractRequiresUserPortlet

public AbstractRequiresUserPortlet(JiraAuthenticationContext authenticationContext,
                                   PermissionManager permissionManager,
                                   ApplicationProperties applicationProperties)
Method Detail

getViewHtml

public String getViewHtml(PortletConfiguration portletConfiguration)
Specified by:
getViewHtml in interface Portlet
Overrides:
getViewHtml in class PortletImpl


Copyright © 2002-2006 Atlassian. All Rights Reserved.