| Logicsheet tag | Output | Java method | Output |
| get-uri | /cocoon21/samples/blocks/xsp/java/request |
getRequestURI | /cocoon21/samples/blocks/xsp/java/request |
| get-sitemap-uri | java/request |
| get-scheme | http |
getScheme | http |
| get-character-encoding | UTF-8 |
getCharacterEncoding | UTF-8 |
| get-content-length | -1 |
getContentLength | -1 |
| get-content-type | |
getContentType | |
| get-locale | en_US |
getLocale | en_US |
| get-locales | [Ljava.util.Locale;@6439ca7b |
getLocales | java.util.Collections$2@e1c84a5 |
| get-parameter | value |
getParameter | value |
| get-parameter with default | value |
| get-parameter-values (as array) | [Ljava.lang.String;@724873df |
getParameterValues | [Ljava.lang.String;@72af7016 |
| get-parameter-names (as array) | [Ljava.lang.String;@5be7ef2c |
getParameterNames | java.util.Collections$2@580760d7 |
| get-header accept | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
getHeader | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
| get-header user-agent | CCBot/2.0 |
getHeader | CCBot/2.0 |
| get-headers accept-language (as array) | [Ljava.lang.String;@4c66f067 |
getHeaders | org.apache.tomcat.util.http.ValuesEnumerator@7a312160 |
| get-header-names (as array) | [Ljava.lang.String;@2f86644c |
getHeaderNames | org.apache.tomcat.util.http.NamesEnumerator@2022d1f4 |
| get-attribute attr | Test Attribute Value!!! |
getAttribute | Test Attribute Value!!! |
| get-attribute-names (as array) | [Ljava.lang.String;@4e05faa7 |
getAttributeNames | java.util.Collections$2@6a8b11f5 |
| get-requested-url | http://localhost:8080/cocoon21/samples/blocks/xsp/java/request |
| get-remote-address | 140.211.11.204 |
getRemoteAddr | 140.211.11.204 |
| get-remote-user | |
getRemoteUser | |
| get-context-path | /cocoon21 |
getContextPath | /cocoon21 |
| get-path-info | |
getPathInfo | |
| get-server-name | localhost |
getServerName | localhost |
| get-server-port | 8080 |
getServerPort | 8080 |
| get-method | GET |
getMethod | GET |
| get-query-string | param=value&a=b&x=y |
getQueryString | param=value&a=b&x=y |
| get-protocol | HTTP/1.1 |
getProtocol | HTTP/1.1 |
| get-remote-host | 140.211.11.204 |
getRemoteHost | 140.211.11.204 |
| is-secure | false |
isSecure | false |
| get-servlet-path | /samples/blocks/xsp/java/request |
getServletPath | /samples/blocks/xsp/java/request |
| get-user-principal | |
getUserPrincipal | |
| get-auth-type | |
getAuthType | |
| is-user-in-role | false |
isUserInRole | false |
| get-requested-session-id | |
getRequestedSessionId | |
| get-session-id | 6DC93886D60865677069FF84B6FC5B50 |
getSession.getId | 6DC93886D60865677069FF84B6FC5B50 |