|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContentTypeSet
This interface provides access to a set of ContentType
objects.
This interface defines the model as known from the MVC pattern. Its purpose is to provide read access to the data stored in the model.
Method Summary | |
---|---|
ContentType |
get(java.lang.String contentType)
Returns the content type of the given contentType string The return value can be NULL. |
java.util.Iterator |
iterator()
Returns all content types as iterator |
boolean |
supportsPortletMode(javax.portlet.PortletMode portletMode)
Return true if the given portlet mode is supported for any content type in this set. |
Method Detail |
---|
java.util.Iterator iterator()
ContentType
objectsContentType get(java.lang.String contentType)
boolean supportsPortletMode(javax.portlet.PortletMode portletMode)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |