Portal Personalization
Tag contentQuery


The contentQuery tag is used to search for content objects via the EJB advisor.


Tag Information
Tag Classcom.bea.p13n.servlets.jsp.taglib.ContentQueryTag
TagExtraInfo Classcom.bea.p13n.servlets.jsp.taglib.ContentQueryExtraInfo
Body Contentempty
Display NameContent Query

Attributes
NameRequiredRequest-timeDescription
maxfalsetrue Limits the maximum number of content items returned. If not present, it returns all of the content items found.
sortByfalsetrue A list of document attributes to sort the content by. The syntax follows the SQL 'order by' clause.
contextParamsfalsetrue Either a java.util.Map or a semi-colon separated list of name=value pairs of additional parameters to set on the content search. These will be interpreted by the ContentManager.
querytruetrue The content query string to search for.
searchPathsfalsetrue The comma-delimited repository search paths on which to execute the query.
contentHomefalsetrue Deprecated and no longer used.
idtruefalse The script variable name that contains the array of com.bea.content.Node objects found.
useCachefalsetrue Whether to use the Node cache. Should be true or false.
cacheScopefalsetrue The cache scope: request, page, session, application
cacheIdfalsetrue The cache value name; defaults to the id.
cacheTimeoutfalsetrue How long the content should live in the cache in milliseconds.
versionedContentfalsetrue Determines if the content query should search the versioned repository and return versions.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. {wls.FOOTER}