|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContentTypeComposite
ContentTypeComposite
Combines the org.apache.pluto.common.ContentType
and org.apache.pluto.common.ContentTypeCtrl interfaces
into single interface for use in Jetspeed.
| Method Summary | |
|---|---|
void |
addPortletMode(javax.portlet.PortletMode mode)
Adds a mode to be supported by this ContentType. |
void |
setContentType(java.lang.String contentType)
|
void |
setPortletModes(java.util.Collection modes)
|
boolean |
supportsPortletMode(javax.portlet.PortletMode mode)
Checks whether or not the mode
is supported by this ContentType |
| Methods inherited from interface org.apache.pluto.om.portlet.ContentType |
|---|
getContentType, getPortletModes |
| Method Detail |
|---|
void setPortletModes(java.util.Collection modes)
void addPortletMode(javax.portlet.PortletMode mode)
ContentType. If the mode
already exists, the same mode is NOT added again.
mode - portlet mode to add.boolean supportsPortletMode(javax.portlet.PortletMode mode)
mode
is supported by this ContentType
supportsPortletMode in interface org.apache.pluto.om.portlet.ContentTypemode - portlet mode to check
true if the mode is
supported, otherwise false.void setContentType(java.lang.String contentType)
contentType -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||