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

COB-INF.javascript.request.xsp Maven / Gradle / Ivy

The newest version!









Test Attribute Value

xsp-request logicsheet output

Logicsheet tagOutputJava methodOutput
get-urigetRequestURIrequest.getRequestURI()
get-sitemap-uri
get-schemegetSchemerequest.getScheme()
get-character-encodinggetCharacterEncodingrequest.getCharacterEncoding()
get-content-lengthgetContentLengthrequest.getContentLength()
get-content-typegetContentTyperequest.getContentType()
get-localegetLocalerequest.getLocale()
get-localesString()getLocalesString(request.getLocales())
get-parametergetParameterrequest.getParameter("param")
get-parameter with default
get-parameter-values (as array)String()getParameterValuesString(request.getParameterValues("param"))
get-parameter-names (as array)String()getParameterNamesString(request.getParameterNames())
get-header acceptgetHeaderrequest.getHeader("accept")
get-header user-agentgetHeaderrequest.getHeader("user-agent")
get-headers accept-language (as array)String()getHeadersrequest.getHeaders("accept-language")
get-header-names (as array)String()getHeaderNamesString(request.getHeaderNames())
get-attribute attrgetAttributerequest.getAttribute("attr")
get-attribute-names (as array)String()getAttributeNamesString(request.getAttributeNames())
get-requested-url
get-remote-addressgetRemoteAddrrequest.getRemoteAddr()
get-remote-usergetRemoteUserrequest.getRemoteUser()
get-context-pathgetContextPathrequest.getContextPath()
get-path-infogetPathInforequest.getPathInfo()
get-server-namegetServerNamerequest.getServerName()
get-server-portgetServerPortrequest.getServerPort()
get-methodgetMethodrequest.getMethod()
get-query-stringgetQueryStringrequest.getQueryString()
get-protocolgetProtocolrequest.getProtocol()
get-remote-hostgetRemoteHostrequest.getRemoteHost()
is-secureisSecurerequest.isSecure()
get-servlet-pathgetServletPathrequest.getServletPath()
get-user-principalgetUserPrincipalrequest.getUserPrincipal()
get-auth-typegetAuthTyperequest.getAuthType()
is-user-in-roleisUserInRolerequest.isUserInRole("admin")
get-requested-session-idgetRequestedSessionIdrequest.getRequestedSessionId()

xsp-request logicsheet output (as xml)

Links

Get




© 2015 - 2025 Weber Informatics LLC | Privacy Policy