|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jetspeed.portal.portlets.AbstractPortlet org.apache.jetspeed.portal.portlets.XMLPortlet
Portlet to output an XML well-formed document without any rendering. Strips all PIs and XML declaration before outputting content to allow for inclusion in a wider XML document.
Field Summary |
Fields inherited from class org.apache.jetspeed.portal.portlets.AbstractPortlet |
content |
Fields inherited from interface org.apache.jetspeed.portal.Portlet |
PORTLET_MAXIMIZED, PORTLET_MINIMIZED, PORTLET_NORMAL |
Constructor Summary | |
XMLPortlet()
|
Method Summary | |
org.apache.ecs.ConcreteElement |
getContent(java.lang.Object params,
org.apache.turbine.util.RunData rundata)
Return the PI-stripped XML document wrapped in an ECS ElementContainer. |
org.apache.ecs.ConcreteElement |
getContent(org.apache.turbine.util.RunData rundata)
Return the PI-stripped XML document wrapped in an ECS ElementContainer |
Methods inherited from class org.apache.jetspeed.portal.portlets.AbstractPortlet |
allowClose, allowCustomize, allowInfo, allowMaximize, allowMinimize, allowPrintFriendly, allowView, clearContent, getAllowEdit, getAllowMaximize, getAllowView, getAttribute, getContent, getContent, getCreationTime, getDescription, getDescription, getExpirationMillis, getExpire, getHandle, getHandle, getID, getImage, getImage, getInstance, getName, getPortletConfig, getTitle, getTitle, init, isCacheable, isClosed, isMinimized, isShowTitleBar, providesCustomization, refresh, setAttribute, setCacheable, setCachedObject, setClosed, setContent, setContent, setContent, setCreationTime, setDescription, setExpirationMillis, setHandle, setID, setImage, setMinimized, setName, setPortletConfig, setTitle, setTitle, supportsType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XMLPortlet()
Method Detail |
public org.apache.ecs.ConcreteElement getContent(org.apache.turbine.util.RunData rundata)
getContent
in interface Portlet
getContent
in class AbstractPortlet
rundata
- The RunData object for the current requestpublic org.apache.ecs.ConcreteElement getContent(java.lang.Object params, org.apache.turbine.util.RunData rundata)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |