|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.workspaces.content.AbstractModule
public abstract class AbstractModule
Extend this abstract class to represent a module instance.
| Constructor Summary | |
|---|---|
AbstractModule()
|
|
| Method Summary | |
|---|---|
abstract String |
getContent(com.sapportals.portal.prt.component.IPortalComponentRequest request)
Depending on the module's isolation mode, returns: if isolated, the URL of the module; if embedded, the HTML markup of the module content |
abstract String |
getContentForIndexing()
Returns the textual content of the module for the purposes of indexing; can be an empty string if no content exist or is not available. |
abstract String |
getID()
Returns the module ID |
abstract String |
getName(Locale locale)
Returns the module's name |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractModule()
| Method Detail |
|---|
public abstract String getID()
public abstract String getName(Locale locale)
locale - the current user's locale
public abstract String getContent(com.sapportals.portal.prt.component.IPortalComponentRequest request)
throws WorkspacesRuntimeException
request - the portal request
WorkspacesRuntimeException
public abstract String getContentForIndexing()
throws WorkspacesRuntimeException
WorkspacesRuntimeException
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||