com.ibm.workplace.wcm.api.extensions.url
Interface ContentUrlGenerationResponse


public interface ContentUrlGenerationResponse

Response object of the content URL generation filter chain that allows to write the URL.

Since:
8.0
See Also:
ContentUrlGenerationFilter, ContentUrlGenerationFilterChain
Note:
This interface is designed to be implemented by clients.

Method Summary
 java.io.Writer getWriter()
          Get the Writer that can be used to write the URL.
 

Method Detail

getWriter

java.io.Writer getWriter()
Get the Writer that can be used to write the URL. Content URL generation filter should not call the Writer.close() method as this is handled by the content URL generation chain.

Returns:
The object to write the URL never null