|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Represents a type of user interface that a portlet or other web service may optionally support, such as wireless device portals.
IPTWebService| Method Summary | |
java.lang.String |
GetDTDURL()
For UIs that are written in XML, this provides a DTD we can check against. |
java.lang.Object[] |
GetMIMETypes()
Allows the web service to do rudimentary checking of the content returned by a server. |
java.lang.String |
GetUniqueID()
This gets the unique user interface ID. |
java.lang.String |
GetURL()
Allows us to redirect to the UI based on what type of device is accessing the portal. |
void |
SetDTDURL(java.lang.String Value)
For UIs that are written in XML, this provides a DTD we can check against. |
void |
SetMIMETypes(java.lang.Object[] Value)
Deprecated. |
void |
SetMIMETypes(java.lang.String[] Value)
Allows the web service to do rudimentary checking of the content returned by a server. |
void |
SetUniqueID(java.lang.String Value)
This sets the unique user interface ID. |
void |
SetURL(java.lang.String Value)
Allows us to redirect to the UI based on what type of device is accessing the portal. |
| Methods inherited from interface com.plumtree.server.IPTObject |
GetAdminFolderID, GetClassID, GetCreated, GetImageUUID, GetLastModified, GetObjectProperties, SetAdminFolderID, SetImageUUID, SetLastModified |
| Methods inherited from interface com.plumtree.server.IPTLocalizable |
GetDescription, GetIsLocalized, GetLocalizedDescription, GetLocalizedDescriptions, GetLocalizedName, GetLocalizedNames, GetName, GetPrimaryLang, GetSupportsLocalization, SetDescription, SetIsLocalized, SetLocalizedDescriptions, SetLocalizedNames, SetName, SetPrimaryLang |
| Methods inherited from interface com.plumtree.server.IPTUnknown |
GetInterfaces |
| Method Detail |
public java.lang.String GetUniqueID()
public void SetUniqueID(java.lang.String Value)
Value - a unique identifier, usually a URIpublic java.lang.String GetURL()
public void SetURL(java.lang.String Value)
Value - the URL of the start page of the UIpublic java.lang.Object[] GetMIMETypes()
public void SetMIMETypes(java.lang.String[] Value)
Value - legal MIME types in this user interfacepublic void SetMIMETypes(java.lang.Object[] Value)
public java.lang.String GetDTDURL()
public void SetDTDURL(java.lang.String Value)
Value - URL to a DTD file
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||