|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPTUserInterface
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 |
| Methods inherited from interface com.plumtree.server.IPTServerContext |
|---|
GetAccessLevel, GetACL, GetLastModifiedBy, GetLockState, GetObjectID, GetOwnerID, GetServerContextSettings, GetSession, GetSettings, LockObject, SetLastModifiedBy, SetObjectID, SetOwnerID, SetServerContextSettings, SetSettings, UnlockObject |
| Methods inherited from interface com.plumtree.server.IPTStorable |
|---|
Store |
| Method Detail |
|---|
java.lang.String GetUniqueID()
void SetUniqueID(java.lang.String Value)
Value - a unique identifier, usually a URIjava.lang.String GetURL()
void SetURL(java.lang.String Value)
Value - the URL of the start page of the UIjava.lang.Object[] GetMIMETypes()
void SetMIMETypes(java.lang.String[] Value)
Value - legal MIME types in this user interfacevoid SetMIMETypes(java.lang.Object[] Value)
java.lang.String GetDTDURL()
void SetDTDURL(java.lang.String Value)
Value - URL to a DTD file
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||