|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContentManager
Provides access to content as seen by the framework.
| Method Summary | ||
|---|---|---|
|
getContent(ContentType<S> contentType,
String contentId)
Returns the representation of a specified content or null if it cannot be found. |
|
Content<?> |
getContent(String mimeType,
String contentId)
Returns the representation of a specified content or null if it cannot be found. |
|
| Method Detail |
|---|
<S> Content<S> getContent(ContentType<S> contentType,
String contentId)
S - the state typecontentType - the content typecontentId - the content id
Content<?> getContent(String mimeType,
String contentId)
mimeType - the mime typecontentId - the content id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||