@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
public @interface OnRequest
Event is fired by FireWebServlet on request service. Is most useful passing
parameters to application by URL.
eg. http://host.com/fwapp?x=any&y=something
- Version:
- 3.0
- Author:
- Piotr Ptak