|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SupportsType
Supports indicates the portlet modes a portlet supports for a specific content type. All portlets must support the view mode. Used in: portlet
Java class for supportsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="supportsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="mime-type" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}mime-typeType"/>
<element name="portlet-mode" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}portlet-modeType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
String |
getId()
Gets the value of the id property. |
MimeTypeType |
getMimeType()
Gets the value of the mimeType property. |
List<PortletModeType> |
getPortletMode()
Gets the value of the portletMode property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setMimeType(MimeTypeType value)
Sets the value of the mimeType property. |
| Method Detail |
|---|
MimeTypeType getMimeType()
MimeTypeTypevoid setMimeType(MimeTypeType value)
value - allowed object is
MimeTypeTypeList<PortletModeType> getPortletMode()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the portletMode property.
For example, to add a new item, do as follows:
getPortletMode().add(newItem);
Objects of the following type(s) are allowed in the list
PortletModeType
String getId()
Stringvoid setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||