| Name | Description | Type | Package | Framework |
| AbstractProcessorsFilter | Allows configuration of a list of processors to be applied on theSince:1. | Class | ro.isdc.wro.http.support | Wro4J |
|
| AbstractResourceTag | | Class | ro.isdc.wro.http.taglib | Wro4J |
|
| ConfigurableRequestHandlerFactory | A RequestHandler implementation which is easy to configure using a Properties object. | Class | ro.isdc.wro.http.handler.factory | Wro4J |
|
| ConfigurableWroFilter | An extension of WroFilter which allows configuration by injecting some of the properties. | Class | ro.isdc.wro.http | Wro4J |
|
| ContentTypeResolver | Responseible for resolving a content based on file name. | Class | ro.isdc.wro.http.support | Wro4J |
|
| DefaultRequestHandlerFactory | Default RequestHandlerFactory which adds all RequestHandler's provided as spi by RequestHandlerProvider found in classpath. | Class | ro.isdc.wro.http.handler.factory | Wro4J |
|
| DefaultRequestHandlerProvider | Provides RequestHandler implementation from core module. | Class | ro.isdc.wro.http.handler.spi | Wro4J |
|
| DelegatingServletOutputStream | Delegating implementation of ServletOutputStream. | Class | ro.isdc.wro.http.support | Wro4J |
|
| HttpHeader | enum HttpHeaderextends EnumEnumerates Http Headers used by wro4j. | Class | ro.isdc.wro.http.support | Wro4J |
|
| LazyRequestHandlerDecorator | A decorator which allows lazy instantiation of RequestHandler object. | Class | ro.isdc.wro.http.handler | Wro4J |
|
| RedirectedStreamServletResponseWrapper | A specialized HttpServletResponseWrapper responsible for streaming response to provided OutputStream. | Class | ro.isdc.wro.http.support | Wro4J |
|
| ReloadCacheRequestHandler | This RequestHandler will reload the cache on HTTP requests to "wroAPI/reloadCache". | Class | ro.isdc.wro.http.handler | Wro4J |
|
| ReloadModelRequestHandler | This RequestHandler will reload the model on HTTP requests to "wroAPI/reloadModel" This handler is available only in debug mode by default. | Class | ro.isdc.wro.http.handler | Wro4J |
|
| RequestHandler | Handler interface for components that process HTTP request. | Interface | ro.isdc.wro.http.handler | Wro4J |
|
| RequestHandlerFactory | Responsible for creating a RequestHandler's collection. | Interface | ro.isdc.wro.http.handler.factory | Wro4J |
|
| RequestHandlerProvider | A service provider responsible for providing new implementations of RequestHandler. | Interface | ro.isdc.wro.http.handler.spi | Wro4J |
|
| RequestHandlerSupport | A handler which implements all the methods. | Class | ro.isdc.wro.http.handler | Wro4J |
|
| ResourceProxyRequestHandler | Provides access to wro resources via a resource proxy. | Class | ro.isdc.wro.http.handler | Wro4J |
|
| ResponseHeadersConfigurer | Responsible for configuring response headers. | Class | ro.isdc.wro.http.support | Wro4J |
|
| ServletContextAttributeHelper | Encapsulates the details of storing/retrieving attributes from ServletContext. | Class | ro.isdc.wro.http.support | Wro4J |
|
| SimpleRequestHandlerFactory | A RequestHandlerFactory which holds RequestHandler's in a list. | Class | ro.isdc.wro.http.handler.factory | Wro4J |
|
| UnauthorizedRequestException | This exception is thrown when an invalid group is requested. | Class | ro.isdc.wro.http.support | Wro4J |
|
| WroContextFilter | This filter is responsible for setting the Context to the current request cycle. | Class | ro.isdc.wro.http | Wro4J |
|
| WroFilter | Main entry point. | Class | ro.isdc.wro.http | Wro4J |
|
| WroServletContextListener | A listener which loads wroConfiguration and stores it in servletContext. | Class | ro.isdc.wro.http | Wro4J |