Class UnboundContentModelElementImpl
java.lang.Object
org.springframework.extensions.surf.extensibility.impl.ModelElementImpl
org.springframework.extensions.surf.extensibility.impl.UnboundContentModelElementImpl
- All Implemented Interfaces:
ContentModelElement,ExtensibilityModelElement
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFlushes the content of the all the buffer elementsThis always returns the sameDefaultExtensibilityContentImplthat is associated with the current instance.getType()Methods inherited from class org.springframework.extensions.surf.extensibility.impl.ModelElementImpl
equals, getDirectiveName, getId, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.extensions.surf.extensibility.ExtensibilityModelElement
getDirectiveName, getId
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
UnboundContentModelElementImpl
public UnboundContentModelElementImpl()
-
-
Method Details
-
getNextContentBufferElement
This always returns the same
DefaultExtensibilityContentImplthat is associated with the current instance.- Specified by:
getNextContentBufferElementin interfaceContentModelElement- Returns:
- An
ExtensibilityContentobject to write to.
-
flushContent
Description copied from interface:ContentModelElementFlushes the content of the all the buffer elements
- Specified by:
flushContentin interfaceContentModelElement- Returns:
- A single String which is the output of all the buffer elements.
-
getType
- Specified by:
getTypein interfaceExtensibilityModelElement
-