Deprecated API


Contents
Deprecated Classes
info.magnolia.cms.taglibs.Resource
          since 4.0 - should not be used. AggregationState should be usable as a replacement in most cases. 
info.magnolia.cms.util.Resource
          since 4.0 - use Resource if you really have to, but it is deprecated and will eventually be dropped. 
info.magnolia.cms.taglibs.SetNode.NodeMapWrapper
          use info.magnolia.cms.util.NodeMapWrapper instead 
 

Deprecated Fields
info.magnolia.cms.taglibs.ContentNodeIterator.CONTENT_NODE_COLLECTION_NAME
            
info.magnolia.cms.taglibs.ContentNodeIterator.CURRENT_INDEX
          use the varStatus tag attribute to get a reference to a javax.servlet.jsp.jstl.core.LoopTagStatus instance. 
info.magnolia.cms.taglibs.Resource.MGNL_PREVIEW_ATTRIBUTE
          since 4.0 - use InterceptFilter.MGNL_PREVIEW_ATTRIBUTE or rather, use the methods on AggregationState. 
info.magnolia.cms.taglibs.ContentNodeIterator.SIZE
          use the varStatus tag attribute to get a reference to a javax.servlet.jsp.jstl.core.LoopTagStatus instance. 
 

Deprecated Methods
info.magnolia.cms.taglibs.Resource.getActivePage()
          use AggregationState 
info.magnolia.cms.taglibs.BaseContentTag.getFirtMatchingNode()
          Use BaseContentTag.getFirstMatchingNode() instead 
info.magnolia.cms.taglibs.Resource.getPostedForm()
          since 4.0 - use WebContext.getPostedForm() 
info.magnolia.cms.taglibs.Resource.getSelector()
          since 4.0 - use SelectorUtil.getSelector() 
info.magnolia.cms.taglibs.Resource.getSelector(int)
          since 4.0 - use SelectorUtil.getSelector() 
info.magnolia.cms.taglibs.Resource.removeGlobalContentNode()
          not used 
info.magnolia.cms.taglibs.BaseContentTag.setActpage(boolean)
            
info.magnolia.cms.taglibs.IfEmpty.setAtomName(String)
            
info.magnolia.cms.taglibs.Set.setContainer(Content)
          use the contentNode attribute 
info.magnolia.cms.taglibs.Include.setContainer(Content)
          use the contentNode attribute instead 
info.magnolia.cms.taglibs.IfEmpty.setContainerListName(String)
          use the contentNodeCollectionName attribute instead. 
info.magnolia.cms.taglibs.Set.setContainerName(String)
          use the contentNodeName attribute 
info.magnolia.cms.taglibs.IfEmpty.setContainerName(String)
          use the contentNodeName attribute instead. 
info.magnolia.cms.taglibs.SetNode.setContent(Content)
          use the contentNode attribute 
info.magnolia.cms.taglibs.Resource.setCurrentActivePage(Content)
          since 4.0 - use AggregationState. 
info.magnolia.cms.taglibs.EditButton.setEditLabel(String)
          use the label attribute instead. 
info.magnolia.cms.taglibs.MainBar.setParagraph(String)
          use the dialog attribute instead 
info.magnolia.cms.taglibs.EditButton.setParagraph(String)
          since 4.1, use the setDialog() instead. 
info.magnolia.cms.taglibs.Include.setPath(String)
          file to be included (e.g. "/templates/jsp/x.jsp"). Just use basic jsp tags (i.e. ) if you need to include a jsp in your templates. 
info.magnolia.cms.taglibs.Resource.setShowPreview(boolean)
          use AggregationState 
info.magnolia.cms.taglibs.Resource.showPreview()
          use AggregationState.isPreviewMode 
 



Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.