|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContentChunk
A mutable reference to a chunk of content.
| Method Summary | |
|---|---|
String |
getNonNullValue()
Returns the value of this property as a String. |
Content |
getOwningContent()
Returns the Content that this chunk belongs to. |
String |
getValue()
Returns the value of this property as a String. |
boolean |
hasValue()
Returns whether this property has a value set. |
void |
setValue(CharSequence value)
Sets the value. |
void |
writeValueTo(Appendable out)
Write the value of this property to out. |
| Method Detail |
|---|
boolean hasValue()
String getValue()
String getNonNullValue()
void writeValueTo(Appendable out)
throws IOException
out. This is typically more efficient
than calling getValue() for large properties as it does not require copying
into an intermediate String instance. If no value is set, nothing will be written.
IOExceptionvoid setValue(CharSequence value)
Content getOwningContent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||