|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This is an interface for markup parameters.
| Method Summary | |
com.novell.afw.wsrp.core.Extension[] |
getExtensions()
Gets a list of Extension objects. |
String[] |
getMarkupCharacterSets()
Gets a list of markup character sets. |
String[] |
getMimeTypes()
Gets mime types. |
String |
getMode()
Gets the current portlet mode. |
String |
getNavigationalState()
Gets the current portlet natigation state. |
Long |
getPortletProcessID()
Gets the portlet process ID. |
String |
getValidateTag()
Gets the valid portlet tag. |
String[] |
getValidNewModes()
Gets the list of valid new portlet modes. |
String[] |
getValidNewWindowStates()
Gets the list of valid new portlet window states. |
String |
getWindowState()
Gets the current portlet window state. |
void |
setExtensions(com.novell.afw.wsrp.core.Extension[] extensionsVal)
Sets a list of Extension objects. |
void |
setMarkupCharacterSets(String[] markupCharacterSetsVal)
Sets a list of markup character sets. |
void |
setMimeTypes(String[] mimeTypesVal)
Sets mime types. |
void |
setMode(String modeVal)
Sets a portlet mode. |
void |
setNavigationalState(String navigationalStateVal)
Sets a portlet navigation state. |
void |
setPortletProcessID(Long processID)
Sets a portlet process ID. |
void |
setValidNewModes(String[] validNewModesVal)
Sets a list of valid new portlet modes. |
void |
setValidNewWindowStates(String[] validNewWindowStatesVal)
Sets a list of valid new portlet window states. |
void |
setWindowState(String windowStateVal)
Sets a portlet window state. |
| Method Detail |
public void setPortletProcessID(Long processID)
processID - a portlet process ID.public Long getPortletProcessID()
public String[] getMimeTypes()
public void setMimeTypes(String[] mimeTypesVal)
mimeTypesVal - a list of mime types.public String getMode()
public void setMode(String modeVal)
modeVal - a portlet mode.public String getWindowState()
public void setWindowState(String windowStateVal)
windowStateVal - a portlet window state.public String getNavigationalState()
public void setNavigationalState(String navigationalStateVal)
navigationStateVal - a portlet navigation state.public String[] getMarkupCharacterSets()
public void setMarkupCharacterSets(String[] markupCharacterSetsVal)
a - list of markup character sets.public String getValidateTag()
public String[] getValidNewModes()
public void setValidNewModes(String[] validNewModesVal)
validNewModesVal - a list of valid new portlet modes.public String[] getValidNewWindowStates()
public void setValidNewWindowStates(String[] validNewWindowStatesVal)
validWindowStatesVal - a list of valid new portlet window states.public com.novell.afw.wsrp.core.Extension[] getExtensions()
Extension objects.Extension objects.public void setExtensions(com.novell.afw.wsrp.core.Extension[] extensionsVal)
Extension objects.extensionsVal - a list of Extension objects.
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||