Skip navigation links
A B C D E F G H I L M N O P Q R S T U V 

A

addContent(HttpServletRequest, HttpServletResponse, String) - Method in class org.beangle.commons.web.io.DefaultStreamDownloader
 
addCookie(HttpServletRequest, HttpServletResponse, String, String, String, int) - Static method in class org.beangle.commons.web.util.CookieUtils
Convenience method to set a cookie
刚方法自动将value进行编码存储
addCookie(HttpServletRequest, HttpServletResponse, String, String, int) - Static method in class org.beangle.commons.web.util.CookieUtils
默认按照应用上下文进行设置
addRequiredProperty(String) - Method in class org.beangle.commons.web.filter.GenericHttpFilter
Subclasses can invoke this method to specify that this property (which must match a JavaBean property they expose) is mandatory, and must be supplied as a config parameter.
AntPathRequestMatcher - Class in org.beangle.commons.web.filter
Matcher which compares a pre-defined ant-style pattern against the URL ( servletPath + pathInfo) of an HttpServletRequest.
AntPathRequestMatcher(String) - Constructor for class org.beangle.commons.web.filter.AntPathRequestMatcher
Creates a matcher with the specific pattern which will match all HTTP methods.
AntPathRequestMatcher(String, String) - Constructor for class org.beangle.commons.web.filter.AntPathRequestMatcher
Creates a matcher with the supplied pattern which will match all HTTP methods.

B

BeangleServletContainerInitializer - Class in org.beangle.commons.web.init
 
BeangleServletContainerInitializer() - Constructor for class org.beangle.commons.web.init.BeangleServletContainerInitializer
 
Browser - Class in org.beangle.commons.http.agent
Web browser
Browser(BrowserCategory, String) - Constructor for class org.beangle.commons.http.agent.Browser
 
BrowserCategory - Enum in org.beangle.commons.http.agent
Enum constants for most common browsers, including e-mail clients and bots.
browsers - Static variable in class org.beangle.commons.http.agent.Browser
 
buildRequestUrl() - Method in class org.beangle.commons.web.url.UrlBuilder
Returns request Url contain pathinfo and queryString but without contextPath.
buildUrl() - Method in class org.beangle.commons.web.url.UrlBuilder
Returns full url

C

category - Variable in class org.beangle.commons.http.agent.Browser
 
category - Variable in class org.beangle.commons.http.agent.Os
 
CharacterEncodingFilter - Class in org.beangle.commons.web.filter
 
CharacterEncodingFilter() - Constructor for class org.beangle.commons.web.filter.CharacterEncodingFilter
 
compareTo(Browser) - Method in class org.beangle.commons.http.agent.Browser
 
compareTo(Os) - Method in class org.beangle.commons.http.agent.Os
 
ContentTypeFilter - Class in org.beangle.commons.web.resource.filter
 
ContentTypeFilter() - Constructor for class org.beangle.commons.web.resource.filter.ContentTypeFilter
 
contextPath(String) - Method in class org.beangle.commons.web.url.UrlBuilder
ContextPath should start with / but not ended with /
convert(HttpServletRequest) - Method in class org.beangle.commons.web.security.DefaultRequestConvertor
 
convert(HttpServletRequest) - Method in interface org.beangle.commons.web.security.RequestConvertor
 
CookieUtils - Class in org.beangle.commons.web.util
Cookie manipulate utility

D

data - Variable in class org.beangle.commons.web.resource.ProcessContext.Resource
 
DefaultModule - Class in org.beangle.commons.http
 
DefaultModule() - Constructor for class org.beangle.commons.http.DefaultModule
 
DefaultModule - Class in org.beangle.commons.web
 
DefaultModule() - Constructor for class org.beangle.commons.web.DefaultModule
 
DefaultRequestConvertor - Class in org.beangle.commons.web.security
 
DefaultRequestConvertor() - Constructor for class org.beangle.commons.web.security.DefaultRequestConvertor
 
DefaultStreamDownloader - Class in org.beangle.commons.web.io
Default Stream Downloader
DefaultStreamDownloader() - Constructor for class org.beangle.commons.web.io.DefaultStreamDownloader
 
DefaultStreamDownloader(MimeTypeProvider) - Constructor for class org.beangle.commons.web.io.DefaultStreamDownloader
 
DelegatingFilterProxy - Class in org.beangle.commons.web.filter
Proxy for a standard Servlet 2.3 Filter, delegating to a managed bean that implements the Filter interface.
DelegatingFilterProxy() - Constructor for class org.beangle.commons.web.filter.DelegatingFilterProxy
 
deleteCookie(HttpServletResponse, Cookie, String) - Static method in class org.beangle.commons.web.util.CookieUtils
Convenience method for deleting a cookie by name
deleteCookieByName(HttpServletRequest, HttpServletResponse, String) - Static method in class org.beangle.commons.web.util.CookieUtils
 
destroy() - Method in class org.beangle.commons.web.filter.CharacterEncodingFilter
 
destroy() - Method in class org.beangle.commons.web.filter.DelegatingFilterProxy
 
destroy() - Method in class org.beangle.commons.web.filter.GenericHttpFilter
Subclasses may override this to perform custom filter shutdown.
destroy() - Method in class org.beangle.commons.web.mock.MockFilter
 
doBinding() - Method in class org.beangle.commons.http.DefaultModule
 
doBinding() - Method in class org.beangle.commons.web.DefaultModule
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.beangle.commons.web.filter.CharacterEncodingFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.beangle.commons.web.filter.DelegatingFilterProxy
 
doFilter(ServletRequest, ServletResponse) - Method in class org.beangle.commons.web.filter.GenericCompositeFilter.VirtualFilterChain
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.beangle.commons.web.mock.MockFilter
 
download(HttpServletRequest, HttpServletResponse, File) - Method in class org.beangle.commons.web.io.DefaultStreamDownloader
 
download(HttpServletRequest, HttpServletResponse, URL, String) - Method in class org.beangle.commons.web.io.DefaultStreamDownloader
 
download(HttpServletRequest, HttpServletResponse, File, String) - Method in class org.beangle.commons.web.io.DefaultStreamDownloader
 
download(HttpServletRequest, HttpServletResponse, InputStream, String, String) - Method in class org.beangle.commons.web.io.DefaultStreamDownloader
 
download(HttpServletRequest, HttpServletResponse, InputStream, String, String) - Method in class org.beangle.commons.web.io.SplitStreamDownloader
 
download(HttpServletRequest, HttpServletResponse, File) - Method in interface org.beangle.commons.web.io.StreamDownloader
 
download(HttpServletRequest, HttpServletResponse, URL, String) - Method in interface org.beangle.commons.web.io.StreamDownloader
 
download(HttpServletRequest, HttpServletResponse, File, String) - Method in interface org.beangle.commons.web.io.StreamDownloader
 
download(HttpServletRequest, HttpServletResponse, InputStream, String, String) - Method in interface org.beangle.commons.web.io.StreamDownloader
 

E

encodeAttachName(HttpServletRequest, String) - Static method in class org.beangle.commons.web.util.RequestUtils
 
encoding - Variable in class org.beangle.commons.web.filter.CharacterEncodingFilter
 
Engine - Enum in org.beangle.commons.http.agent
Browser Render Engine.
equals(Object) - Method in class org.beangle.commons.web.filter.AntPathRequestMatcher
 
eventMulticaster - Variable in class org.beangle.commons.web.session.HttpSessionEventPublisher
 
expireDays - Variable in class org.beangle.commons.web.resource.filter.HeaderFilter
Static resource expire 7 days by default

F

filter(ProcessContext, HttpServletRequest, HttpServletResponse, ProcessChain) - Method in class org.beangle.commons.web.resource.filter.ContentTypeFilter
 
filter(ProcessContext, HttpServletRequest, HttpServletResponse, ProcessChain) - Method in class org.beangle.commons.web.resource.filter.HeaderFilter
 
filter(ProcessContext, HttpServletRequest, HttpServletResponse, ProcessChain) - Method in interface org.beangle.commons.web.resource.ResourceFilter
 
firstEnter(ServletRequest) - Method in class org.beangle.commons.web.filter.OncePerRequestFilter
 

G

GenericCompositeFilter - Class in org.beangle.commons.web.filter
 
GenericCompositeFilter() - Constructor for class org.beangle.commons.web.filter.GenericCompositeFilter
 
GenericCompositeFilter.VirtualFilterChain - Class in org.beangle.commons.web.filter
A FilterChain that records whether or not FilterChain.doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse) is called.
GenericHttpFilter - Class in org.beangle.commons.web.filter
 
GenericHttpFilter() - Constructor for class org.beangle.commons.web.filter.GenericHttpFilter
 
get(HttpServletRequest, String) - Static method in class org.beangle.commons.web.util.RequestUtils
 
getAttachName(String, String) - Static method in class org.beangle.commons.web.io.DefaultStreamDownloader
 
getBoolean(HttpServletRequest, String) - Static method in class org.beangle.commons.web.util.RequestUtils
 
getBrowser() - Method in class org.beangle.commons.http.agent.Useragent
 
getBrowserCategories() - Method in enum org.beangle.commons.http.agent.Engine
 
getCookie(HttpServletRequest, String) - Static method in class org.beangle.commons.web.util.CookieUtils
Convenience method to get a cookie by name
getCookieValue(Cookie) - Static method in class org.beangle.commons.web.util.CookieUtils
 
getCookieValue(HttpServletRequest, String) - Static method in class org.beangle.commons.web.util.CookieUtils
获取cookie中的value
自动负责解码
getData(String) - Static method in class org.beangle.commons.web.util.HttpUtils
 
getDate(HttpServletRequest, String) - Static method in class org.beangle.commons.web.util.RequestUtils
 
getEngine() - Method in enum org.beangle.commons.http.agent.BrowserCategory
 
getFileName(String) - Static method in class org.beangle.commons.web.io.DefaultStreamDownloader
Returns the file name by path.
getFilterConfig() - Method in class org.beangle.commons.web.filter.GenericHttpFilter
Make the FilterConfig of this filter available, if any.
getFilterName() - Method in class org.beangle.commons.web.filter.GenericHttpFilter
Make the name of this filter available to subclasses.
getFloat(HttpServletRequest, String) - Static method in class org.beangle.commons.web.util.RequestUtils
 
getInteger(HttpServletRequest, String) - Static method in class org.beangle.commons.web.util.RequestUtils
 
getIp() - Method in class org.beangle.commons.http.agent.Useragent
Returns the TCP/IP address the authentication request was received from.
getIpAddr(HttpServletRequest) - Static method in class org.beangle.commons.web.util.RequestUtils
Returns remote ip address.
getLong(HttpServletRequest, String) - Static method in class org.beangle.commons.web.util.RequestUtils
 
getMimeType(String, String) - Method in class org.beangle.commons.http.mime.MimeTypeProvider
 
getMimeType(String) - Method in class org.beangle.commons.http.mime.MimeTypeProvider
 
getName() - Method in enum org.beangle.commons.http.agent.BrowserCategory
 
getName() - Method in enum org.beangle.commons.http.agent.OsCategory
 
getOs() - Method in class org.beangle.commons.http.agent.Useragent
 
getParams(HttpServletRequest, String) - Static method in class org.beangle.commons.web.util.RequestUtils
 
getParams(HttpServletRequest, String, String) - Static method in class org.beangle.commons.web.util.RequestUtils
 
getParamsMap(HttpServletRequest, String, String) - Static method in class org.beangle.commons.web.util.RequestUtils
 
getParamsMap(HttpServletRequest, String, String, boolean) - Static method in class org.beangle.commons.web.util.RequestUtils
 
getRealPath(ServletContext, String) - Static method in class org.beangle.commons.web.util.RequestUtils
 
getResources() - Method in class org.beangle.commons.http.mime.MimeTypeProvider
 
getResponseText(String) - Static method in class org.beangle.commons.web.util.HttpUtils
 
getResponseText(URL, String) - Static method in class org.beangle.commons.web.util.HttpUtils
 
getResponseText(URL, HostnameVerifier, String) - Static method in class org.beangle.commons.web.util.HttpUtils
 
getServletContext() - Method in class org.beangle.commons.web.filter.GenericHttpFilter
Make the ServletContext of this filter available to subclasses.
getServletPath(HttpServletRequest) - Static method in class org.beangle.commons.web.util.RequestUtils
Return the true servlet path.
getSession() - Method in class org.beangle.commons.web.session.HttpSessionCreationEvent
 
getSession() - Method in class org.beangle.commons.web.session.HttpSessionDestroyedEvent
 
getSuffix() - Method in class org.beangle.commons.web.url.UriRender
 
getTargetBeanName() - Method in class org.beangle.commons.web.filter.DelegatingFilterProxy
Return the name of the target bean in the application context.
getUserAgent(HttpServletRequest) - Static method in class org.beangle.commons.web.util.RequestUtils
Return Useragent of request.

H

HeaderFilter - Class in org.beangle.commons.web.resource.filter
 
HeaderFilter() - Constructor for class org.beangle.commons.web.resource.filter.HeaderFilter
 
HttpMethod - Enum in org.beangle.commons.http
 
HttpSessionCreationEvent - Class in org.beangle.commons.web.session
HttpSession Creation Event
HttpSessionCreationEvent(Object) - Constructor for class org.beangle.commons.web.session.HttpSessionCreationEvent
 
HttpSessionDestroyedEvent - Class in org.beangle.commons.web.session
HttpSession Destroyed Event
HttpSessionDestroyedEvent(Object) - Constructor for class org.beangle.commons.web.session.HttpSessionDestroyedEvent
 
HttpSessionEventPublisher - Class in org.beangle.commons.web.session
Declared in web.xml as
HttpSessionEventPublisher() - Constructor for class org.beangle.commons.web.session.HttpSessionEventPublisher
 
HttpUtils - Class in org.beangle.commons.web.util
 
HttpUtils() - Constructor for class org.beangle.commons.web.util.HttpUtils
 

I

init(FilterConfig) - Method in class org.beangle.commons.web.filter.CharacterEncodingFilter
 
init() - Method in class org.beangle.commons.web.filter.GenericHttpFilter
Calls the initFilterBean() method that might contain custom initialization of a subclass.
init(FilterConfig) - Method in class org.beangle.commons.web.filter.GenericHttpFilter
Standard way of initializing this filter.
init() - Method in class org.beangle.commons.web.io.DefaultStreamDownloader
 
init(FilterConfig) - Method in class org.beangle.commons.web.mock.MockFilter
 
init(ServletConfig) - Method in class org.beangle.commons.web.resource.StaticResourceServlet
 
initDelegate(Container) - Method in class org.beangle.commons.web.filter.DelegatingFilterProxy
 
initFilterBean() - Method in class org.beangle.commons.web.filter.DelegatingFilterProxy
 
initFilterBean() - Method in class org.beangle.commons.web.filter.GenericHttpFilter
Subclasses may override this to perform custom initialization.
initFilterBean() - Method in class org.beangle.commons.web.filter.OncePerRequestFilter
 
initParams(FilterConfig) - Method in class org.beangle.commons.web.filter.GenericHttpFilter
 
isDestroyed() - Method in class org.beangle.commons.web.mock.MockFilter
 
isDoFiltered() - Method in class org.beangle.commons.web.mock.MockFilter
 
isEscapeAmp() - Method in class org.beangle.commons.web.url.UriRender
 
isInitialized() - Method in class org.beangle.commons.web.mock.MockFilter
 
isValidRedirectUrl(String) - Static method in class org.beangle.commons.web.util.RedirectUtils
 

L

logger - Variable in class org.beangle.commons.web.filter.GenericHttpFilter
Logger available to subclasses
logger - Variable in class org.beangle.commons.web.io.DefaultStreamDownloader
 

M

match(String) - Method in enum org.beangle.commons.http.agent.BrowserCategory
 
match(String) - Method in enum org.beangle.commons.http.agent.OsCategory
 
matches(HttpServletRequest) - Method in class org.beangle.commons.web.filter.AntPathRequestMatcher
Returns true if the configured pattern (and HTTP-Method) match those of the supplied request.
matches(HttpServletRequest) - Method in class org.beangle.commons.web.filter.RegexRequestMatcher
Performs the match of the request URL ( servletPath + pathInfo + queryString) against the compiled pattern.
matches(HttpServletRequest) - Method in interface org.beangle.commons.web.filter.RequestMatcher
Decides whether the rule implemented by the strategy matches the supplied request.
maxStep(long, long, int) - Method in class org.beangle.commons.web.io.SplitStreamDownloader
 
MimeTypeProvider - Class in org.beangle.commons.http.mime
 
MimeTypeProvider() - Constructor for class org.beangle.commons.http.mime.MimeTypeProvider
 
mimeTypeProvider - Variable in class org.beangle.commons.web.io.DefaultStreamDownloader
 
MockFilter - Class in org.beangle.commons.web.mock
A simple filter that the test case can delegate to.
MockFilter() - Constructor for class org.beangle.commons.web.mock.MockFilter
 

N

notify(Container) - Method in class org.beangle.commons.web.filter.DelegatingFilterProxy
 

O

OncePerRequestFilter - Class in org.beangle.commons.web.filter
Once per request filter.
OncePerRequestFilter() - Constructor for class org.beangle.commons.web.filter.OncePerRequestFilter
 
onStartup(Set<Class<?>>, ServletContext) - Method in class org.beangle.commons.web.init.BeangleServletContainerInitializer
 
onStartup(ServletContext) - Method in interface org.beangle.commons.web.init.StartupInitializer
Configure the given ServletContext with any servlets, filters, listeners context-params and attributes necessary for initializing this web application.
org.beangle.commons.http - package org.beangle.commons.http
 
org.beangle.commons.http.agent - package org.beangle.commons.http.agent
Utilities for processing user-agent strings.
org.beangle.commons.http.mime - package org.beangle.commons.http.mime
 
org.beangle.commons.web - package org.beangle.commons.web
Common, generic interfaces between Beangle's web infrastructure.
org.beangle.commons.web.filter - package org.beangle.commons.web.filter
 
org.beangle.commons.web.init - package org.beangle.commons.web.init
 
org.beangle.commons.web.io - package org.beangle.commons.web.io
 
org.beangle.commons.web.mock - package org.beangle.commons.web.mock
 
org.beangle.commons.web.resource - package org.beangle.commons.web.resource
 
org.beangle.commons.web.resource.filter - package org.beangle.commons.web.resource.filter
 
org.beangle.commons.web.resource.impl - package org.beangle.commons.web.resource.impl
 
org.beangle.commons.web.security - package org.beangle.commons.web.security
 
org.beangle.commons.web.session - package org.beangle.commons.web.session
 
org.beangle.commons.web.url - package org.beangle.commons.web.url
 
org.beangle.commons.web.util - package org.beangle.commons.web.util
 
Os - Class in org.beangle.commons.http.agent
 
OsCategory - Enum in org.beangle.commons.http.agent
Enum constants for most common operating systems.
osMap - Static variable in class org.beangle.commons.http.agent.Os
 

P

parse(String) - Static method in class org.beangle.commons.http.agent.Browser
Iterates over all Browsers to compare the browser signature with the user agent string.
parse(String) - Static method in class org.beangle.commons.http.agent.Os
Parses user agent string and returns the best match.
path - Variable in class org.beangle.commons.web.resource.ProcessContext.Resource
 
pathInfo(String) - Method in class org.beangle.commons.web.url.UrlBuilder
 
PathResolver - Interface in org.beangle.commons.web.resource
 
PathResolverImpl - Class in org.beangle.commons.web.resource.impl
 
PathResolverImpl() - Constructor for class org.beangle.commons.web.resource.impl.PathResolverImpl
 
port(int) - Method in class org.beangle.commons.web.url.UrlBuilder
 
process(ProcessContext, HttpServletRequest, HttpServletResponse) - Method in class org.beangle.commons.web.resource.ProcessChain
 
process(String, HttpServletRequest, HttpServletResponse) - Method in class org.beangle.commons.web.resource.ResourceProcessor
 
ProcessChain - Class in org.beangle.commons.web.resource
 
ProcessChain(Iterator<ResourceFilter>) - Constructor for class org.beangle.commons.web.resource.ProcessChain
 
ProcessContext - Class in org.beangle.commons.web.resource
 
ProcessContext(String, List<String>, List<URL>) - Constructor for class org.beangle.commons.web.resource.ProcessContext
 
ProcessContext.Resource - Class in org.beangle.commons.web.resource
 

Q

queryString(String) - Method in class org.beangle.commons.web.url.UrlBuilder
 

R

RedirectUtils - Class in org.beangle.commons.web.util
 
RedirectUtils() - Constructor for class org.beangle.commons.web.util.RedirectUtils
 
RegexRequestMatcher - Class in org.beangle.commons.web.filter
Uses a regular expression to decide whether a supplied the URL of a supplied HttpServletRequest.
RegexRequestMatcher(String, String) - Constructor for class org.beangle.commons.web.filter.RegexRequestMatcher
Creates a case-sensitive Pattern instance to match against the request.
RegexRequestMatcher(String, String, boolean) - Constructor for class org.beangle.commons.web.filter.RegexRequestMatcher
As above, but allows setting of whether case-insensitive matching should be used.
render(String, String, Map<String, String>) - Method in class org.beangle.commons.web.url.UriRender
 
render(String, String, String...) - Method in class org.beangle.commons.web.url.UriRender
 
render(String, String) - Method in class org.beangle.commons.web.url.UriRender
 
RequestConvertor - Interface in org.beangle.commons.web.security
 
RequestMatcher - Interface in org.beangle.commons.web.filter
Simple strategy to match an HttpServletRequest.
requestURI(String) - Method in class org.beangle.commons.web.url.UrlBuilder
Set requestURI ,it should start with /
RequestUtils - Class in org.beangle.commons.web.util
Request Utility
resolve(String) - Method in class org.beangle.commons.web.resource.impl.PathResolverImpl
 
resolve(String) - Method in interface org.beangle.commons.web.resource.PathResolver
 
Resource(String, URL) - Constructor for class org.beangle.commons.web.resource.ProcessContext.Resource
 
ResourceFilter - Interface in org.beangle.commons.web.resource
 
ResourceProcessor - Class in org.beangle.commons.web.resource
 
ResourceProcessor() - Constructor for class org.beangle.commons.web.resource.ResourceProcessor
 
resources - Variable in class org.beangle.commons.web.resource.ProcessContext
 

S

scheme(String) - Method in class org.beangle.commons.web.url.UrlBuilder
 
sendRedirect(HttpServletRequest, HttpServletResponse, String) - Static method in class org.beangle.commons.web.util.RedirectUtils
 
serverName(String) - Method in class org.beangle.commons.web.url.UrlBuilder
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.beangle.commons.web.resource.StaticResourceServlet
 
servletPath(String) - Method in class org.beangle.commons.web.url.UrlBuilder
Set servletPath ,start with /
sessionCreated(HttpSessionEvent) - Method in class org.beangle.commons.web.session.HttpSessionEventPublisher
Handles the HttpSessionEvent by publishing a HttpSessionCreationEvent to the application appContext.
sessionDestroyed(HttpSessionEvent) - Method in class org.beangle.commons.web.session.HttpSessionEventPublisher
Handles the HttpSessionEvent by publishing a HttpSessionDestroyedEvent to the application appContext.
setContentTypes(Map<String, String>) - Method in class org.beangle.commons.web.resource.filter.ContentTypeFilter
 
setDelegate(Filter) - Method in class org.beangle.commons.web.filter.DelegatingFilterProxy
 
setEscapeAmp(boolean) - Method in class org.beangle.commons.web.url.UriRender
 
setExpireDays(int) - Method in class org.beangle.commons.web.resource.filter.HeaderFilter
 
setFilters(List<ResourceFilter>) - Method in class org.beangle.commons.web.resource.ResourceProcessor
 
setLoader(ResourceLoader) - Method in class org.beangle.commons.web.resource.ResourceProcessor
 
setMimeTypeProvider(MimeTypeProvider) - Method in class org.beangle.commons.web.io.DefaultStreamDownloader
 
setResolver(PathResolver) - Method in class org.beangle.commons.web.resource.ResourceProcessor
 
setResources(Resources) - Method in class org.beangle.commons.http.mime.MimeTypeProvider
 
setTargetBeanName(String) - Method in class org.beangle.commons.web.filter.DelegatingFilterProxy
 
SplitStreamDownloader - Class in org.beangle.commons.web.io
SplitStreamDownloader
SplitStreamDownloader() - Constructor for class org.beangle.commons.web.io.SplitStreamDownloader
 
SplitStreamDownloader(MimeTypeProvider) - Constructor for class org.beangle.commons.web.io.SplitStreamDownloader
 
StartupInitializer - Interface in org.beangle.commons.web.init
 
StaticResourceServlet - Class in org.beangle.commons.web.resource
 
StaticResourceServlet() - Constructor for class org.beangle.commons.web.resource.StaticResourceServlet
 
StreamDownloader - Interface in org.beangle.commons.web.io
Stream Downloader

T

toString() - Method in class org.beangle.commons.http.agent.Browser
 
toString() - Method in class org.beangle.commons.http.agent.Os
 
toString() - Method in class org.beangle.commons.web.filter.AntPathRequestMatcher
 

U

UNKNOWN - Static variable in class org.beangle.commons.http.agent.Browser
 
UNKNOWN - Static variable in class org.beangle.commons.http.agent.Os
 
uri - Variable in class org.beangle.commons.web.resource.ProcessContext
 
UriRender - Class in org.beangle.commons.web.url
 
UriRender(String, String) - Constructor for class org.beangle.commons.web.url.UriRender
 
url - Variable in class org.beangle.commons.web.resource.ProcessContext.Resource
 
UrlBuilder - Class in org.beangle.commons.web.url
 
UrlBuilder(String) - Constructor for class org.beangle.commons.web.url.UrlBuilder
 
Useragent - Class in org.beangle.commons.http.agent
Container class for user-agent information with operating system and browser details.
Useragent(String, Browser, Os) - Constructor for class org.beangle.commons.http.agent.Useragent
 

V

valueOf(String) - Static method in enum org.beangle.commons.http.agent.BrowserCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.beangle.commons.http.agent.Engine
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.beangle.commons.http.agent.OsCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.beangle.commons.http.HttpMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.beangle.commons.http.agent.BrowserCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.beangle.commons.http.agent.Engine
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.beangle.commons.http.agent.OsCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.beangle.commons.http.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class org.beangle.commons.http.agent.Browser
 
version - Variable in class org.beangle.commons.http.agent.Os
 
VirtualFilterChain(FilterChain, List<? extends Filter>) - Constructor for class org.beangle.commons.web.filter.GenericCompositeFilter.VirtualFilterChain
 
A B C D E F G H I L M N O P Q R S T U V 
Skip navigation links

Copyright © 2005–2018 The Beangle Software. All rights reserved.