Search in sources :

Example 1 with HstContainerURLImpl

use of org.hippoecm.hst.core.container.HstContainerURLImpl in project hippo by NHS-digital-website.

the class ApiCatalogueComponentTest method givenRequestWithApiCatalogueAsContentBean.

private void givenRequestWithApiCatalogueAsContentBean() {
    hstContainerUrl = new HstContainerURLImpl();
    hstRequestContext = new MockHstRequestContext();
    hstRequestContext.setSession(session);
    hstRequestContext.setParameterInfoProxyFactory(new HstParameterInfoProxyFactoryImpl());
    hstRequestContext.setContentBean(apiCatalogueDocument);
    hstRequestContext.setBaseURL(hstContainerUrl);
    ModifiableRequestContextProvider.set(hstRequestContext);
    request = new MockHstRequest();
    request.setRequestContext(hstRequestContext);
    request.setRequestURL(new StringBuffer("http://localhost:8080/site/developer/api-catalogue"));
}
Also used : MockHstRequestContext(org.hippoecm.hst.mock.core.request.MockHstRequestContext) MockHstRequest(org.hippoecm.hst.mock.core.component.MockHstRequest) HstContainerURLImpl(org.hippoecm.hst.core.container.HstContainerURLImpl) HstParameterInfoProxyFactoryImpl(org.hippoecm.hst.core.component.HstParameterInfoProxyFactoryImpl)

Aggregations

HstParameterInfoProxyFactoryImpl (org.hippoecm.hst.core.component.HstParameterInfoProxyFactoryImpl)1 HstContainerURLImpl (org.hippoecm.hst.core.container.HstContainerURLImpl)1 MockHstRequest (org.hippoecm.hst.mock.core.component.MockHstRequest)1 MockHstRequestContext (org.hippoecm.hst.mock.core.request.MockHstRequestContext)1