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 extends HippoBean>, 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 extends HippoBean>, 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 extends HippoBean>, 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 extends HippoBean>)
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)
|