xsp-response logicsheet output

java.util.Locale.getDefault()
Logicsheet tagOutputJava methodOutput
get-character-encoding getCharacterEncodingresponse.getCharacterEncoding()
get-locale getLocaleresponse.getLocale()
set-locale to GERMANY java.util.Locale.GERMANY
get-locale getLocaleresponse.getLocale()
add-date-header new Date() addDateHeaderresponse.addDateHeader("X-Java-Date", System.currentTimeMillis());
add-header addHeaderresponse.addHeader("X-Java-Header", "Value!");
add-int-header 5 addIntHeaderresponse.addIntHeader("X-Java-Int", 5);
contains-header containsHeaderresponse.containsHeader("X-Java-Header")
encode-url encodeURLresponse.encodeURL("http://localhost:8080/cocoon/welcome")

xsp-response logicsheet output (as xml)