Class UnboundContentModelElementImpl
- java.lang.Object
-
- org.springframework.extensions.surf.extensibility.impl.ModelElementImpl
-
- org.springframework.extensions.surf.extensibility.impl.UnboundContentModelElementImpl
-
- All Implemented Interfaces:
ContentModelElement,ExtensibilityModelElement
public class UnboundContentModelElementImpl extends ModelElementImpl implements ContentModelElement
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE
-
Constructor Summary
Constructors Constructor Description UnboundContentModelElementImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringflushContent()Flushes the content of the all the buffer elementsExtensibilityContentgetNextContentBufferElement()This always returns the sameDefaultExtensibilityContentImplthat is associated with the current instance.java.lang.StringgetType()-
Methods inherited from class org.springframework.extensions.surf.extensibility.impl.ModelElementImpl
equals, getDirectiveName, getId, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.springframework.extensions.surf.extensibility.ExtensibilityModelElement
getDirectiveName, getId
-
-
-
-
Field Detail
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getNextContentBufferElement
public ExtensibilityContent getNextContentBufferElement()
This always returns the same
DefaultExtensibilityContentImplthat is associated with the current instance.- Specified by:
getNextContentBufferElementin interfaceContentModelElement- Returns:
- An
ExtensibilityContentobject to write to.
-
flushContent
public java.lang.String 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
public java.lang.String getType()
- Specified by:
getTypein interfaceExtensibilityModelElement
-
-