Skip navigation links
A C D E F G H I L N P Q R S T W 

A

addLog(String) - Method in class nl.b3p.web.WaitPageStatus
 
addLog(String, Object...) - Method in class nl.b3p.web.WaitPageStatus
 

C

contextDestroyed(ServletContextEvent) - Method in class nl.b3p.web.stripes.StripersistCleanupListener
 
contextInitialized(ServletContextEvent) - Method in class nl.b3p.web.stripes.StripersistCleanupListener
 
currentAction - Variable in class nl.b3p.web.WaitPageStatus
 

D

dequeueLog() - Method in class nl.b3p.web.WaitPageStatus
 
destroy() - Method in class nl.b3p.web.filter.HeaderAuthenticationFilter
 
destroy() - Method in class nl.b3p.web.filter.SetCharacterEncodingFilter
Take this filter out of service.
destroy() - Method in class nl.b3p.web.geotools.GeoToolsFilter
 
doAfterBody() - Method in class nl.b3p.taglibs.js.QuoteTag
 
doEndTag() - Method in class nl.b3p.taglibs.js.QuoteTag
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class nl.b3p.web.filter.HeaderAuthenticationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class nl.b3p.web.filter.SetCharacterEncodingFilter
Select and set (if specified) the character encoding to be used to interpret request parameters for this request.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class nl.b3p.web.geotools.GeoToolsFilter
 
doStartTag() - Method in class nl.b3p.taglibs.js.QuoteTag
 

E

encoding - Variable in class nl.b3p.web.filter.SetCharacterEncodingFilter
The default character encoding to set for requests that pass through this filter.
ErrorMessageResolution - Class in nl.b3p.web.stripes
 
ErrorMessageResolution(int, String) - Constructor for class nl.b3p.web.stripes.ErrorMessageResolution
 
ErrorMessageResolution(String) - Constructor for class nl.b3p.web.stripes.ErrorMessageResolution
 
ErrorMessageResolution(JSONObject) - Constructor for class nl.b3p.web.stripes.ErrorMessageResolution
 

F

filterConfig - Variable in class nl.b3p.web.filter.SetCharacterEncodingFilter
The filter configuration object we are associated with.
find(String) - Static method in class nl.b3p.web.SharedSessionData
Find the stored data and return that, if not found return an empty map for the given key.

G

GeoToolsFilter - Class in nl.b3p.web.geotools
Sets GeoTools logging to use Log4J, cleans up thread locals after each request, shuts down GeoTools when webapp is undeployed, according to https://www.mail-archive.com/geotools-devel@lists.sourceforge.net/msg21933.html
GeoToolsFilter() - Constructor for class nl.b3p.web.geotools.GeoToolsFilter
 
getCurrentAction() - Method in class nl.b3p.web.WaitPageStatus
 
getExtraHeaders(HttpServletRequest) - Static method in class nl.b3p.web.filter.HeaderAuthenticationFilter
 
getJSON() - Method in class nl.b3p.web.WaitPageStatus
 
getLogDequeueCount() - Method in class nl.b3p.web.WaitPageStatus
 
getProgress() - Method in class nl.b3p.web.WaitPageStatus
 

H

HeaderAuthenticationFilter - Class in nl.b3p.web.filter
Servlet filter which wraps the request to return getUserPrincipal(), getRemoteUser(), and isUserInRole() results according to HTTP headers we trust meant to be sent by Apache modules like mod_auth_mellon and not by end users (the webserver MUST be configured correctly to avoid security problems).
HeaderAuthenticationFilter() - Constructor for class nl.b3p.web.filter.HeaderAuthenticationFilter
 

I

ignore - Variable in class nl.b3p.web.filter.SetCharacterEncodingFilter
Should a character encoding specified by the client be ignored?
init(FilterConfig) - Method in class nl.b3p.web.filter.HeaderAuthenticationFilter
 
init(FilterConfig) - Method in class nl.b3p.web.filter.SetCharacterEncodingFilter
Place this filter into service.
init(FilterConfig) - Method in class nl.b3p.web.geotools.GeoToolsFilter
 
isFinished() - Method in class nl.b3p.web.WaitPageStatus
 

L

logs - Variable in class nl.b3p.web.WaitPageStatus
 

N

nl.b3p.taglibs.js - package nl.b3p.taglibs.js
 
nl.b3p.web - package nl.b3p.web
 
nl.b3p.web.filter - package nl.b3p.web.filter
 
nl.b3p.web.geotools - package nl.b3p.web.geotools
 
nl.b3p.web.stripes - package nl.b3p.web.stripes
 

P

PARAM_AUTH_INIT_PATH - Static variable in class nl.b3p.web.filter.HeaderAuthenticationFilter
authInitPath init-param: path which will save a returnTo parameter or Referer before redirecting to the authPath, default "/auth/init".
PARAM_AUTH_PATH - Static variable in class nl.b3p.web.filter.HeaderAuthenticationFilter
authPath init-param: path after the contextPath for which Apache is configured to send the authentication/authorization headers which we trust - must override any headers sent by the client, default "/auth/saml".
PARAM_COMMON_ROLE - Static variable in class nl.b3p.web.filter.HeaderAuthenticationFilter
commonRole init-param: role to always add to users authenticated by this filter.
PARAM_HEADER_PREFIX - Static variable in class nl.b3p.web.filter.HeaderAuthenticationFilter
Random header prefix which must be kept secret and changed on each deployment.
PARAM_ROLES_HEADER - Static variable in class nl.b3p.web.filter.HeaderAuthenticationFilter
rolesHeader init-param: header which contains the roles, defaults to "_roles".
PARAM_ROLES_SEPARATOR - Static variable in class nl.b3p.web.filter.HeaderAuthenticationFilter
rolesSeparator init-param: the separator to split the roles header with, defaults to ";".
PARAM_SAVE_EXTRA_HEADERS - Static variable in class nl.b3p.web.filter.HeaderAuthenticationFilter
saveExtraHeaders init-param: extra headers to save sent to authPath, such as [prefix]_SESSION, separated by ",".
PARAM_USE_ROLES_NSUFFIX - Static variable in class nl.b3p.web.filter.HeaderAuthenticationFilter
useRolesNSuffix init-param: set to "true" to use an index suffix for unmerged role headers instead of splitting on a separator, defaults to false.
PARAM_USER_HEADER - Static variable in class nl.b3p.web.filter.HeaderAuthenticationFilter
userHeader init-param: the request header that contains the username, default _uid.

Q

QuoteTag - Class in nl.b3p.taglibs.js
Tag that quotes the specified value for use in a JavaScript <script> block in a HTML page.
QuoteTag() - Constructor for class nl.b3p.taglibs.js.QuoteTag
 

R

release() - Method in class nl.b3p.taglibs.js.QuoteTag
 

S

selectEncoding(ServletRequest) - Method in class nl.b3p.web.filter.SetCharacterEncodingFilter
Select an appropriate character encoding to be used, based on the characteristics of the current request and/or filter initialization parameters.
sessionCreated(HttpSessionEvent) - Method in class nl.b3p.web.SharedSessionData
 
sessionDestroyed(HttpSessionEvent) - Method in class nl.b3p.web.SharedSessionData
 
SetCharacterEncodingFilter - Class in nl.b3p.web.filter
Example filter that sets the character encoding to be used in parsing the incoming request, either unconditionally or only if the client did not specify a character encoding.
SetCharacterEncodingFilter() - Constructor for class nl.b3p.web.filter.SetCharacterEncodingFilter
 
setCurrentAction(String) - Method in class nl.b3p.web.WaitPageStatus
 
setFinished(boolean) - Method in class nl.b3p.web.WaitPageStatus
 
setProgress(int) - Method in class nl.b3p.web.WaitPageStatus
 
setValue(Object) - Method in class nl.b3p.taglibs.js.QuoteTag
 
SharedSessionData - Class in nl.b3p.web
Maintain a list of active sessions on the application to provide a means of sharing session data.
SharedSessionData() - Constructor for class nl.b3p.web.SharedSessionData
 
stream(HttpServletResponse) - Method in class nl.b3p.web.stripes.ErrorMessageResolution
 
StripersistCleanupListener - Class in nl.b3p.web.stripes
Explicitly calls Stripersist.cleanup() when the context is destroyed, so that it isn't only called later on when the Stripersist finalizer is invoked, which may lead to the following exception: INFO: Illegal access: this web application instance has been stopped already.
StripersistCleanupListener() - Constructor for class nl.b3p.web.stripes.StripersistCleanupListener
 
subtask(String, float) - Method in class nl.b3p.web.WaitPageStatus
 

T

toString() - Method in class nl.b3p.web.filter.HeaderAuthenticationFilter
 

W

WaitPageStatus - Class in nl.b3p.web
 
WaitPageStatus() - Constructor for class nl.b3p.web.WaitPageStatus
 
A C D E F G H I L N P Q R S T W 
Skip navigation links

Copyright © 2019. All rights reserved.