NamedIdentifier Interface
- public interface NamedIdentifier
extends Identifier
Interface NamedIdentifier
represents an Identifier
which includes a simple name as part of its unique id.
-
All Superinterfaces
-
Identifier
, Serializable
-
All Known Subinterfaces
-
LayoutIdentifier
, NamedResourceIdentifier
, PageIdentifier
, PlaceholderIdentifier
, PortletIdentifier
, SkinIdentifier
public String |
-
getName ()
- Returns the simple name specified for this
Identifier.
|
getName() Method
public String
getName()
Returns the simple name specified for this Identifier.
Returns
- the name for this identifier.