| Class | Description |
|---|---|
| RedirectTo |
This object represents an HTTP redirection instruction.
|
| ReqPathRef |
This object represents a reference to the path to be handle by the current
http request.
|
| WebComponentProcessor |
Annotations processor for the
WebComponent annotation. |
| WebScope |
Represents the IoC scope for the web request IocContext.
|
| Annotation Type | Description |
|---|---|
| WebComponent |
Defines a web component, a web component is just an standard component but instead of being annotated with like this
@Component(scope = WebScope.class), it can be annotated with @WebComponent directly.
|
| WebCookie |
This annotation allows you to define a field that will receive the value of
the specified cookie when a WebMethod of the same component is call.
|
| WebMethod |
This annotation allows you to define a method that should be call when the
specified pattern is requested on the web server.
|
| WebParameter |
Defines a parameter for the request, a field annotated with this annotation
will receive the value of the post or get parameter send by the user in the
request.
|
Copyright © 2015–2017 Bridje Framework. All rights reserved.