ContentFragment provides a volatile wrapper interface for
actual
org.apache.jetspeed.om.page.Fragment metadata
objects. Since Fragments are cached and are not request specific
they cannot be used to store request-level content. This is where
we use the ContentFragment to solve this problem.
author: weaver@apache.org
Retrieves the actual org.apache.jetspeed.decoration.decorator
object for this content fragment.
TODO: Re-evaluate the naming as this is somewhat confusing
due to the existence of Fragment.getDecorator()
Overridden to make it clear to the implemetor the
List returned MUST ContentFragments and not
just regular
org.apache.jetspeed.om.page.Fragment s
a collection containing ContentFragment objects
Returns the raw,undecorated content of this fragment. If
overridenContent has been set and portlet content has not,
overridden content should be returned.
The raw,undecorated content of this fragment. throws: java.lang.IllegalStateException - if the content has not yet been set.