Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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 informationrequest
- The HttpServletRequest object containing request information
-
-