public interface WGPortlet
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApplicationDb()
Returns the database key of the application using this portlet registration
|
java.lang.String |
getDesign()
Returns the name of the WebTML module used as portlet design
|
java.lang.String |
getDesignDb()
Returns the database key of the application containing the portlet design
|
java.lang.String |
getKey()
Returns the registration key of the portlet
|
java.lang.String |
getName()
Returns the registration name of the portlet
|
java.lang.String |
getParentPortletKey()
Returns the registration key of the parent portlet
|
boolean |
isRoot()
Determines if this is the root portlet
|
void |
setDesign(java.lang.String design)
Sets the name of the WebTML module used as portlet design
|
void |
setDesignDb(java.lang.String db)
Sets the database key of the application containing the portlet design
|
void |
setName(java.lang.String title)
Sets the registration name of the portlet
|
java.lang.String getDesignDb()
void setDesignDb(java.lang.String db)
java.lang.String getDesign()
void setDesign(java.lang.String design)
java.lang.String getName()
void setName(java.lang.String title)
java.lang.String getKey()
java.lang.String getParentPortletKey()
boolean isRoot()
java.lang.String getApplicationDb()