Deprecated API


Contents
Deprecated Interfaces
org.hippoecm.hst.pagecomposer.jaxrs.model.ComponentWrapper.ParameterType
          From HST version 2.23.01, the type of a parameter is determined from the return type of the annotated getter method and (possibly) additional annotations in the package org.hippoecm.hst.core.parameters 
org.hippoecm.hst.configuration.components.EmptyPropertyEditor
          Since HST version 2.23.02, replaced by EmptyPropertyEditor 
 

Deprecated Classes
org.hippoecm.hst.component.support.forms.BaseFormHstComponent
          use static methods in FormUtils instead 
org.hippoecm.hst.pagecomposer.jaxrs.model.ComponentWrapper.Property
          will be replaced soon 
org.hippoecm.hst.core.jcr.DelegatingEventListener
          unused since 2.23.xx 
org.hippoecm.hst.util.ForkedISO8601
            
org.hippoecm.hst.core.linking.containers.HippoGalleryExampleImageSetContainer
          Use HippoGalleryImageSetContainer instead 
org.hippoecm.hst.content.beans.standard.HippoRequest
           
org.hippoecm.hst.tag.HstSurfAndEditTag
          Use HstCmsEditLinkTag instead. 
org.hippoecm.hst.provider.jcr.JCRUtilities
          use NodeUtils instead 
org.hippoecm.hst.pagecomposer.jaxrs.model.utils.OldParametersInfoProcessor
            
org.hippoecm.hst.core.jcr.RewindableEventIterator
           
org.hippoecm.hst.jaxrs.cxf.SecuredJAXRSInvoker
          Deprecated because SecurityAnnotationInvokerPreprocessor plugged into AroundProcessableJAXRSInvoker is preferred. 
 

Deprecated Annotation Types
org.hippoecm.hst.configuration.components.Parameter
          Since HST version 2.23.02 replaced by Parameter 
org.hippoecm.hst.configuration.components.ParametersInfo
          Since HST version 2.23.02 replaced by ParametersInfo 
 

Deprecated Fields
org.hippoecm.hst.core.container.ContainerConstants.CMS_LOCATION
          cms.location should be configured on hst configuration in repository. 
org.hippoecm.hst.configuration.HstNodeTypes.COMPONENT_PROPERTY_DUMMY_CONTENT
          unused 
org.hippoecm.hst.core.linking.HstLink.PATH_SUBPATH_DELIMITER
          fetch the PATH_SUBPATH_DELIMITER from the HstManager.getPathSuffixDelimiter() instead 
org.hippoecm.hst.jaxrs.JAXRSService.REQUEST_CONTENT_BEAN_KEY
          We do not store the contentBean any more on the request, but refetch it instead 
org.hippoecm.hst.jaxrs.JAXRSService.REQUEST_CONTENT_NODE_KEY
          We do not store the contentNode any more on the request, but refetch it instead 
org.hippoecm.hst.jaxrs.JAXRSService.REQUEST_CONTENT_SITE_CONTENT_BASE_BEAN_KEY
           
 

Deprecated Methods
org.hippoecm.hst.core.container.HstSitePipeline.addInvokingValve(Valve)
          use HstSitePipeline.addProcessingValve(Valve) instead 
org.hippoecm.hst.core.container.HstSitePipeline.addPostInvokingValve(Valve)
          use #addCleanUpValve(Valve) 
org.hippoecm.hst.core.container.HstSitePipeline.addPreInvokingValve(Valve)
          use HstSitePipeline.addInitializationValve(Valve) instead 
org.hippoecm.hst.core.container.Pipeline.afterInvoke(HstContainerConfig, HstRequestContext, HttpServletRequest, HttpServletResponse)
          use Pipeline.cleanup(HstContainerConfig, HstRequestContext, HttpServletRequest, HttpServletResponse) instead 
org.hippoecm.hst.core.container.Pipeline.beforeInvoke(HstContainerConfig, HstRequestContext, HttpServletRequest, HttpServletResponse)
          Not use any more. The Pipeline.invoke(HstContainerConfig, HstRequestContext, HttpServletRequest, HttpServletResponse) combines beforeInvoke as well 
org.hippoecm.hst.core.linking.DefaultHstLinkCreator.create(HstSiteMapItem)
          use DefaultHstLinkCreator.create(HstSiteMapItem, Mount) instead 
org.hippoecm.hst.core.linking.HstLinkCreator.create(HstSiteMapItem)
          use HstLinkCreator.create(HstSiteMapItem, Mount) instead 
org.hippoecm.hst.content.beans.manager.workflow.WorkflowPersistenceManagerImpl.create(String, String, String)
          the name of the created node can differ from the passed name. Use WorkflowPersistenceManagerImpl.createAndReturn(String absPath, String nodeTypeName, String name, boolean autoCreateFolders) to get the absolute path of the created node. 
org.hippoecm.hst.content.beans.manager.ObjectBeanPersistenceManager.create(String, String, String)
          use ObjectBeanPersistenceManager.createAndReturn(String absPath, String nodeTypeName, String name, boolean autoCreateFolders) 
org.hippoecm.hst.content.beans.manager.workflow.WorkflowPersistenceManagerImpl.create(String, String, String, boolean)
          the name of the created node can differ from the passed name. Use WorkflowPersistenceManagerImpl.createAndReturn(String absPath, String nodeTypeName, String name, boolean autoCreateFolders) to get the absolute path of the created node. 
org.hippoecm.hst.content.beans.manager.ObjectBeanPersistenceManager.create(String, String, String, boolean)
          use ObjectBeanPersistenceManager.createAndReturn(String absPath, String nodeTypeName, String name, boolean autoCreateFolders) 
org.hippoecm.hst.utils.BeanUtils.createIncomingBeansQuery(HippoDocumentBean, HippoBean, int, BaseHstComponent, Class, boolean)
          use ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean, HippoBean, int, ObjectConverter, Class, boolean) instead. The objectConverter can be fetched from BaseHstComponent.getObjectConverter() 
org.hippoecm.hst.utils.BeanUtils.createIncomingBeansQuery(HippoDocumentBean, HippoBean, List, BaseHstComponent, Class, boolean)
          use ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean, HippoBean, List, ObjectConverter, Class, boolean) instead. The objectConverter can be fetched from BaseHstComponent.getObjectConverter() 
org.hippoecm.hst.utils.BeanUtils.createIncomingBeansQuery(HippoDocumentBean, HippoBean, String, BaseHstComponent, Class, boolean)
          use ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean, HippoBean, String, ObjectConverter, Class, boolean) instead. The objectConverter can be fetched from BaseHstComponent.getObjectConverter() 
org.hippoecm.hst.core.search.HstQueryManagerFactory.createQueryManager(ObjectConverter)
          use HstQueryManagerFactory.createQueryManager(Session, ObjectConverter) instead 
org.hippoecm.hst.mock.core.component.MockHstResponseBase.encodeRedirectUrl(String)
            
org.hippoecm.hst.mock.core.component.MockHstResponseBase.encodeUrl(String)
            
org.hippoecm.hst.provider.jcr.JCRUtilities.getCanonical(Node)
          use NodeUtils.getCanonicalNode(Node) instead 
org.hippoecm.hst.util.NodeUtils.getCanonicalNode(Node, Node)
          use NodeUtils.getCanonicalNode(Node) instead 
org.hippoecm.hst.jaxrs.services.AbstractResource.getContentPersistenceManager(HstRequestContext)
          Use AbstractResource.getPersistableSession(HstRequestContext) with Persistable annotation on the method, or AbstractResource.getPersistenceManager(HstRequestContext, Session) with AbstractResource.getPersistableSession(HstRequestContext) argument instead. 
org.hippoecm.hst.provider.jcr.JCRUtilities.getDeref(Node)
          use NodeUtils.getDeref(Node) instead 
org.hippoecm.hst.configuration.components.HstComponentConfigurationService.getDummyContent()
           
org.hippoecm.hst.component.support.bean.BaseHstComponent.getFallBackJcrNodeTypes()
            
org.hippoecm.hst.component.support.forms.BaseFormHstComponent.getFormDataNodeName()
            
org.hippoecm.hst.component.support.forms.BaseFormHstComponent.getFormDataNodeType()
            
org.hippoecm.hst.utils.BeanUtils.getIncomingBeans(HstQuery, Class)
          use ContentBeanUtils.getIncomingBeans(HstQuery, Class) instead 
org.hippoecm.hst.component.support.forms.FormMap.getMessageKeyPrefix()
           
org.hippoecm.hst.configuration.site.HstSiteService.getMount()
            
org.hippoecm.hst.configuration.site.HstSite.getMount()
          Through the HstRequestContext#getResolvedMount()#getMount() the Mount should be accessed 
org.hippoecm.hst.component.support.bean.BaseHstComponent.getQueryManager()
          use BaseHstComponent.getQueryManager(HstRequest), BaseHstComponent.getQueryManager(HstRequestContext) or #getQue instead 
org.hippoecm.hst.jaxrs.services.content.AbstractContentResource.getRequestContentNode(HstRequestContext)
          Use AbstractResource.getRequestContentBean(HstRequestContext) instead. 
org.hippoecm.hst.component.support.forms.BaseFormHstComponent.getWritablePassword()
            
org.hippoecm.hst.component.support.forms.BaseFormHstComponent.getWritableUserName()
            
org.hippoecm.hst.tag.HstLinkTag.isExternal()
          use HstLinkTag.isFullyQualified() instead 
org.hippoecm.hst.component.support.forms.BaseFormHstComponent.persistFormMap(HstRequest, HstResponse, FormMap, StoreFormResult)
          use {@link FormUtils#persistFormMap(HstRequest, HstResponse, FormMap, StoreFormResult) instead 
org.hippoecm.hst.component.support.forms.BaseFormHstComponent.populate(HstRequest, FormMap)
          use FormUtils.populate(HstRequest, FormMap) instead 
org.hippoecm.hst.tag.HstLinkTag.setExternal(boolean)
          use HstLinkTag.setFullyQualified(boolean) instead 
org.hippoecm.hst.core.container.HstSitePipeline.setInvokingValves(Valve[])
          use HstSitePipeline.setProcessingValves(Valve[]) instead 
org.hippoecm.hst.core.container.HstSitePipeline.setPostInvokingValves(Valve[])
          use HstSitePipeline.setCleanupValves(Valve[]) instead 
org.hippoecm.hst.core.container.HstSitePipeline.setPreInvokingValves(Valve[])
          use HstSitePipeline.setInitializationValves(Valve[]) instead 
org.hippoecm.hst.mock.core.component.MockHstResponseBase.setStatus(int)
            
 

Deprecated Constructors
org.hippoecm.hst.jaxrs.AbstractJaxrsService.PathsAdjustedHttpServletRequestWrapper(HstRequestContext, HttpServletRequest, String, String)
          use instead 
org.hippoecm.hst.configuration.components.DelegatingHstComponentInfo(HstComponentInfo)
          Use DelegatingHstComponentInfo.DelegatingHstComponentInfo(HstComponentInfo, String) instead. 
org.hippoecm.hst.content.beans.query.filter.FilterImpl()
          use HstQuery.createFilter() or FilterImpl.FilterImpl(Session) instead 
org.hippoecm.hst.content.beans.query.HstQueryManagerImpl(ObjectConverter, HstCtxWhereClauseComputer)
          use HstQueryManagerImpl.HstQueryManagerImpl(Session, ObjectConverter, HstCtxWhereClauseComputer) instead 
 

Deprecated Annotation Type Elements
org.hippoecm.hst.configuration.components.Parameter.allowCreation
          see DocumentLink 
org.hippoecm.hst.configuration.components.Parameter.docLocation
          see DocumentLink 
org.hippoecm.hst.configuration.components.Parameter.docType
          see DocumentLink 
org.hippoecm.hst.configuration.components.Parameter.typeHint
          use the method return type for the storage type, add additional annotations like DocumentLink or Color for more detailed information 
 



Copyright © 2008-2012 Hippo. All Rights Reserved.