Package | Description |
---|---|
org.springframework.web.bind.annotation |
Annotations for binding requests to controllers and handler methods
as well as for binding request parameters to method arguments.
|
org.springframework.web.portlet.bind.annotation |
Annotations for binding portlet requests to handler methods.
|
Modifier and Type | Class and Description |
---|---|
interface |
RequestMapping
Annotation for mapping web requests onto specific handler classes and/or
handler methods.
|
Modifier and Type | Class and Description |
---|---|
interface |
ActionMapping
Annotation for mapping Portlet action requests onto handler methods.
|
interface |
EventMapping
Annotation for mapping Portlet event requests onto handler methods.
|
interface |
RenderMapping
Annotation for mapping Portlet render requests onto handler methods.
|
interface |
ResourceMapping
Annotation for mapping Portlet resource requests onto handler methods.
|
Copyright © 2015. All rights reserved.