| java.lang.Object com.sun.portal.wsrp.consumer.markup.MarkupContent
MarkupContent | public class MarkupContent (Code) | | This class represents the markup fragment/title that can be
cached for a portlet. Markup Manager obtains instances of
this class either via cache manager or
creates new using the data returned by markup remote methods.
|
Constructor Summary | |
public | MarkupContent(String content, String title, boolean needRewrite) Constructor
Parameters: content - markup fragment Parameters: title - title for the portlet Parameters: needRewrite - flag that tells if the urls need tobe rewritten. |
MarkupContent | public MarkupContent(String content, String title, boolean needRewrite)(Code) | | Constructor
Parameters: content - markup fragment Parameters: title - title for the portlet Parameters: needRewrite - flag that tells if the urls need tobe rewritten. |
getContent | public String getContent()(Code) | | Returns markup fragment.
|
getTitleResource | public String getTitleResource()(Code) | | Portlet Title
|
needRewrite | public boolean needRewrite()(Code) | | returns a boolean indicating whether the URLs
need to be rewritten.
|
|
|