Uses of Class
org.apache.jetspeed.portlet.AccessDeniedException

Packages that use AccessDeniedException
org.apache.jetspeed.portlet   
 

Uses of AccessDeniedException in org.apache.jetspeed.portlet
 

Methods in org.apache.jetspeed.portlet that throw AccessDeniedException
 void PortletData.setAttribute(java.lang.String name, java.lang.String value)
          Sets the attribute with the given name and value.
 java.lang.String PortletData.getAttribute(java.lang.String name)
          Returns the value of the attribute with the given name, or null if no such attribute exists.
 java.util.Enumeration PortletData.getAttributeNames()
          Returns an enumeration of all available attributes names.
 void PortletData.removeAttribute(java.lang.String name)
          Removes the attribute with the given name.
 void PortletData.removeAllAttributes()
          Removes all attributes.
 void PortletConfig.setAttribute(java.lang.String name, java.lang.String value)
          Sets the attribute with the given name and value.
 java.lang.String PortletConfig.getAttribute(java.lang.String name)
          Returns the value of the attribute with the given name, or null if no such attribute exists.
 java.util.Enumeration PortletConfig.getAttributeNames()
          Returns an enumeration of all available attributes names.
 void PortletConfig.removeAttribute(java.lang.String name)
          Removes the attribute with the given name.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.