WebDeck
Tag articleTypes


A tag to provide access to a collection of WebDeck ArticleTypes. This tag is useful for building navigation elements and breadcrumb trails etc. The tag iterates through a collection of ArticleType classes, returning an object named thisArticleType for every item in the collection. The following objects are available: thisArticleType (Object Type: com.solidstategroup.cms.ArticleType. Iterated through for every articleType in the collection).


Tag Information
Tag Classcom.solidstategroup.cms.taglib.ArticleTypesTag
TagExtraInfo Classcom.solidstategroup.cms.taglib.ArticleTypesTagEI
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
rootArticleTypeIdfalsetruejava.lang.StringNo Description
rootArticleIdfalsetruejava.lang.StringNo Description
articleTypefalsetrueString You can use the specific ArticleType name (for example "News Items") or you can use the fully qualified ArticleType name which might look something like "All Articles.Our Company.News Items". In order to prevent problems when there are two ArticleTypes with the same name, the fully qualified method is preferred.
recurseTreefalsetruejava.lang.String Includes all items under this node, as opposed to just the siblings.
getChildrenfalsetruejava.lang.String Only retrieves child nodes - does not retrieve selected node.
depthfalsetruejava.lang.String The number of levels (down) that should be retrieved.
onlyShowNavigationElementsfalsetruejava.lang.StringNo Description
articleMetaTypefalsetruejava.lang.String Allows you to specify what type of articleTypes are returned. Valid types are Article, Email or SMS. Default value is "Article".
searchTermsfalsetruejava.lang.String Allows you to search for ArticleTypes. All articleTypes matching the String (or space seperated Strings) are returned.
breadCrumbTrailStartfalsetruejava.lang.String Defines the start node of the breadcrumb trail. The breadcrumb trail returns a collection of ArticleType objects, walking from the start node to the end node.
breadCrumbTrailEndfalsetruejava.lang.String Defines the end node of the breadcrumb trail.
collectionElementIdsfalsetruejava.lang.String
customGroupIdsfalsetruejava.lang.String
pagefalsetruejava.lang.String The current page of result (ommiting this attribute returns all articleTypes)
articleTypesPerPagefalsetruejava.lang.String The number of result returned per page. Default is 10. This value is only used if a page attribute is also provided.
usePreviewTreefalsetruejava.lang.String If set to true, will use the preview ArticleType tree (before the site is versioned, any changes to the tree will only be updated in the preview tree).

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.