+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.portletmodel
Interface PublicRenderParameter

public interface PublicRenderParameter

Interface that models the definition of a public render parameter. A public render parameter typically has a global name, a list of alias names, and a local identifier.

Since:
8.0

Method Summary
 IterableListModel<javax.xml.namespace.QName> getAliasNames()
          Return the alias (global) names of the public render parameter.
 java.lang.String getIdentifier()
          Return the local identifier that is used by the portlet to read or write the public render parameter.
 javax.xml.namespace.QName getName()
          Return the QName of the public render parameter.
 

Method Detail

getIdentifier

java.lang.String getIdentifier()
Returns the local identifier that is used by the portlet to read or write the public render parameter.

Returns:
The local identifier of the public render parameter. Not null.

getName

javax.xml.namespace.QName getName()
Returns the QName of the public render parameter. The portal uses this global name to identify the other portlets that want to consume the public render parameter.

Returns:
The QName of the public render parameter. Not null.

getAliasNames

IterableListModel<javax.xml.namespace.QName> getAliasNames()
Return the alias (global) names of the public render parameter. The portal uses these names to identify the other portlets that want to consume the public render parameter.

Returns:
A IterableListModel of QNames which is potentially empty but never null
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD