|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Navigation
interface represents the navigational
information linked with one fragment.
The interfaces defined in this package represent an abstract object model (OM) that is applicable for different implementations. The abstract OM defines only how the data is stored and accessed in the memory. Each implementation can store the data in different ways.
This abstraction layer helps to generalize the portlet container from special implementations like data storage and moreover it is not bound to a special Application Server.
Method Summary | |
java.lang.String |
getDescription()
Returns the description of this property |
java.lang.String |
getTitle()
Returns the title |
void |
setDescription(java.lang.String description)
Sets the description of this property |
void |
setTitle(java.lang.String title)
Sets the title |
Method Detail |
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the title to be setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description to be set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |