com.ibm.portal.resolver
Interface AttributeContext

All Known Subinterfaces:
ActionContext, EventContext, MimeContext, PortletContext, RenderContext, ResourceContext, ServletContext

public interface AttributeContext

Provides access to attributes information

Since:
8.5

Method Summary
 java.lang.Object getAttribute(java.lang.String name)
          Returns the attribute for a name or null if no such attribute exists
 IterableListModel<java.lang.String> getAttributeNames()
          Returns a sequence of the names of all attributes
 

Method Detail

getAttribute

java.lang.Object getAttribute(java.lang.String name)
Returns the attribute for a name or null if no such attribute exists

Parameters:
name - the attribute name, not null
Returns:
the header value or null

getAttributeNames

IterableListModel<java.lang.String> getAttributeNames()
Returns a sequence of the names of all attributes

Returns:
the sequence of names, not null but may be empty