+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD