Package se.conciliate.extensions.publish
Interface FieldContent
- All Known Implementing Classes:
DOMFieldContent
,ImageLinkFieldContent
,LinkFieldContent
,TableFieldContent
,TextFieldContent
public interface FieldContent
The implementations of this interface are the possible
types of content to show in a HTML field in the
published material.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the unique ID of the content type.
-
Method Details
-
getContentID
String getContentID()Returns the unique ID of the content type.- Returns:
- The content type ID.
-