com.gentics.api.imagestore
Interface RequestDecorator


public interface RequestDecorator

Used by the {com.gentics.portalnode.GenticsImageStoreServlet} to modify headers and data in requests to the GenticsImageStore The GenticsImageStore servlet can be configured to use an implementation of this interface by setting the requestDecorator servlet parameter to the full class name the implementation.


Method Summary
 void decorateRequest(GenticsImageStoreRequest gisRequest, javax.servlet.http.HttpServletRequest request)
          Provides the ability to alter parameters of requests sent to the GenticsImageStore
 

Method Detail

decorateRequest

void decorateRequest(GenticsImageStoreRequest gisRequest,
                     javax.servlet.http.HttpServletRequest request)
Provides the ability to alter parameters of requests sent to the GenticsImageStore

Parameters:
gisRequest - The GenticsImageStoreRequest Bean containing request information
request - The HttpServletRequest object containing request information


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.