|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContentType | |
|---|---|
| com.randomcoder.article | Article management classes. |
| com.randomcoder.article.comment | Article commenting classes. |
| com.randomcoder.content | Content filtering support classes. |
| Uses of ContentType in com.randomcoder.article |
|---|
| Fields in com.randomcoder.article declared as ContentType | |
|---|---|
protected ContentType |
ArticleAddCommand.contentType
Content type. |
| Methods in com.randomcoder.article that return ContentType | |
|---|---|
ContentType |
ArticleAddCommand.getContentType()
Gets the content type of the article. |
ContentType |
Article.getContentType()
Gets the content type for this article. |
| Methods in com.randomcoder.article with parameters of type ContentType | |
|---|---|
void |
ArticleAddCommand.setContentType(ContentType contentType)
Sets the content type of the article. |
void |
Article.setContentType(ContentType contentType)
Sets the content type of this article. |
| Uses of ContentType in com.randomcoder.article.comment |
|---|
| Methods in com.randomcoder.article.comment that return ContentType | |
|---|---|
ContentType |
Comment.getContentType()
Gets the content type for this comment. |
| Methods in com.randomcoder.article.comment with parameters of type ContentType | |
|---|---|
void |
Comment.setContentType(ContentType contentType)
Sets the content type of this comment. |
| Uses of ContentType in com.randomcoder.content |
|---|
| Methods in com.randomcoder.content that return ContentType | |
|---|---|
static ContentType |
ContentType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ContentType[] |
ContentType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.randomcoder.content with parameters of type ContentType | |
|---|---|
static String |
ContentUtils.formatText(String content,
URL baseUrl,
ContentType contentType,
ContentFilter filter)
Format the given content to XHTML. |
static void |
ContentUtils.formatText(String content,
URL baseUrl,
ContentType contentType,
ContentFilter filter,
Result result)
Format the given content to XHTML. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||