All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.enonic.xp.web.serializer.ResponseSerializationService Maven / Gradle / Ivy

The newest version!
package com.enonic.xp.web.serializer;

import java.io.IOException;

import javax.servlet.http.HttpServletResponse;

import com.enonic.xp.web.WebRequest;
import com.enonic.xp.web.WebResponse;

public interface ResponseSerializationService
{
    void serialize( WebRequest webRequest, WebResponse webResponse, HttpServletResponse response )
        throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy