Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
G
H
I
L
M
O
P
Q
R
S
T
V
A
AbstractHandler
- Class in
org.apache.wink.server.handlers
Convenience class for implementing a handler that is unaware of the handlers chain.
AbstractHandler()
- Constructor for class org.apache.wink.server.handlers.
AbstractHandler
AbstractHandlersChain
<
T
extends
Handler
> - Class in
org.apache.wink.server.handlers
AbstractHandlersChain()
- Constructor for class org.apache.wink.server.handlers.
AbstractHandlersChain
addAltParam(boolean)
- Method in interface org.apache.wink.server.utils.
BaseLinksBuilder
Set whether the to automatically add to the generated links the "alt" query parameter indicating the link type.
addHandler(T)
- Method in class org.apache.wink.server.handlers.
AbstractHandlersChain
allResources(boolean)
- Method in interface org.apache.wink.server.utils.
SystemLinksBuilder
Determines if this system links builder will generate links for all the root resources that are reachable when the search mode is "Continued Search" or just the current active resource.
B
BaseLinksBuilder
<
T
> - Interface in
org.apache.wink.server.utils
Base interface for the the two types of link builders.
baseUri(URI)
- Method in interface org.apache.wink.server.utils.
BaseLinksBuilder
Set the base uri for this builder.
build(List<SyndLink>)
- Method in interface org.apache.wink.server.utils.
BaseLinksBuilder
Build the link(s) and add them to the provided list.
C
clone()
- Method in class org.apache.wink.server.handlers.
AbstractHandlersChain
createSingleLinkBuilder()
- Method in interface org.apache.wink.server.utils.
LinkBuilders
Get a new instance of a
SingleLinkBuilder
.
createSystemLinksBuilder()
- Method in interface org.apache.wink.server.utils.
LinkBuilders
Get a new instance of a
SystemLinksBuilder
.
D
doChain(MessageContext)
- Method in class org.apache.wink.server.handlers.
AbstractHandlersChain
doChain(MessageContext)
- Method in interface org.apache.wink.server.handlers.
HandlersChain
G
getClasses()
- Method in class org.apache.wink.server.utils.
RegistrationUtils.InnerApplication
getHttpMethod()
- Method in interface org.apache.wink.server.handlers.
MessageContext
Get the http method of the request.
getInstances()
- Method in class org.apache.wink.server.utils.
RegistrationUtils.InnerApplication
getLinkBuilders()
- Method in interface org.apache.wink.server.handlers.
MessageContext
Get the
LinkBuilders
context
getPriority()
- Method in class org.apache.wink.server.utils.
RegistrationUtils.InnerApplication
getProperties()
- Method in interface org.apache.wink.server.handlers.
MessageContext
Get the initialization properties
getResponseEntity()
- Method in interface org.apache.wink.server.handlers.
MessageContext
Get the response entity.
getResponseMediaType()
- Method in interface org.apache.wink.server.handlers.
MessageContext
Get the previously set response media type
getResponseStatusCode()
- Method in interface org.apache.wink.server.handlers.
MessageContext
Get the response status code that was previously set
H
handle(T, MessageContext)
- Method in class org.apache.wink.server.handlers.
AbstractHandlersChain
handle(RequestHandler, MessageContext)
- Method in class org.apache.wink.server.handlers.
RequestHandlersChain
handle(ResponseHandler, MessageContext)
- Method in class org.apache.wink.server.handlers.
ResponseHandlersChain
Handler
- Interface in
org.apache.wink.server.handlers
handleRequest(MessageContext, HandlersChain)
- Method in class org.apache.wink.server.handlers.
AbstractHandler
handleRequest(MessageContext)
- Method in class org.apache.wink.server.handlers.
AbstractHandler
Override this method to handle the request.
handleRequest(MessageContext, HandlersChain)
- Method in interface org.apache.wink.server.handlers.
RequestHandler
handleResponse(MessageContext, HandlersChain)
- Method in class org.apache.wink.server.handlers.
AbstractHandler
handleResponse(MessageContext)
- Method in class org.apache.wink.server.handlers.
AbstractHandler
Override this method to handle the response.
handleResponse(MessageContext, HandlersChain)
- Method in interface org.apache.wink.server.handlers.
ResponseHandler
HandlersChain
- Interface in
org.apache.wink.server.handlers
I
init(Properties)
- Method in class org.apache.wink.server.handlers.
AbstractHandler
Override this method if initialization functionality is required
init(Properties)
- Method in interface org.apache.wink.server.handlers.
Handler
L
LinkBuilders
- Interface in
org.apache.wink.server.utils
Provides access to
SystemLinksBuilder
and to
SingleLinkBuilder
M
MessageContext
- Interface in
org.apache.wink.server.handlers
The MessageContext is used by Handlers to obtain and manipulate request specific information.
O
org.apache.wink.server.handlers
- package org.apache.wink.server.handlers
org.apache.wink.server.utils
- package org.apache.wink.server.utils
P
pathParam(String, String)
- Method in interface org.apache.wink.server.utils.
BaseLinksBuilder
Set the value of a template path parameter to be used during the building of the links.
Q
queryParam(String, String)
- Method in interface org.apache.wink.server.utils.
BaseLinksBuilder
Set the value of a query parameter to be added to the generated links
R
registerApplication(Application, ServletContext)
- Static method in class org.apache.wink.server.utils.
RegistrationUtils
Registers resources and providers provided by the Application.
registerApplication(Application, ServletContext, String)
- Static method in class org.apache.wink.server.utils.
RegistrationUtils
Registers resources and providers provided by the Application.
registerClasses(ServletContext, Class<?>...)
- Static method in class org.apache.wink.server.utils.
RegistrationUtils
registerClasses(ServletContext, String, Class<?>...)
- Static method in class org.apache.wink.server.utils.
RegistrationUtils
registerInstances(ServletContext, Object...)
- Static method in class org.apache.wink.server.utils.
RegistrationUtils
registerInstances(ServletContext, String, Object...)
- Static method in class org.apache.wink.server.utils.
RegistrationUtils
RegistrationUtils
- Class in
org.apache.wink.server.utils
RegistrationUtils()
- Constructor for class org.apache.wink.server.utils.
RegistrationUtils
RegistrationUtils.InnerApplication
- Class in
org.apache.wink.server.utils
RegistrationUtils.InnerApplication(Set<Class<?>>)
- Constructor for class org.apache.wink.server.utils.
RegistrationUtils.InnerApplication
RegistrationUtils.InnerApplication(Class<?>...)
- Constructor for class org.apache.wink.server.utils.
RegistrationUtils.InnerApplication
RegistrationUtils.InnerApplication(Object...)
- Constructor for class org.apache.wink.server.utils.
RegistrationUtils.InnerApplication
rel(String)
- Method in interface org.apache.wink.server.utils.
SingleLinkBuilder
Set the rel attribute of the link
relativeTo(URI)
- Method in interface org.apache.wink.server.utils.
BaseLinksBuilder
Set the uri that the generated links will be relative to, if the generation mode is relative uri's.
relativize(boolean)
- Method in interface org.apache.wink.server.utils.
BaseLinksBuilder
Set whether the links should be generated absolute or relative, overriding any configuration and request settings.
RequestHandler
- Interface in
org.apache.wink.server.handlers
RequestHandlersChain
- Class in
org.apache.wink.server.handlers
RequestHandlersChain()
- Constructor for class org.apache.wink.server.handlers.
RequestHandlersChain
resource(Class<?>)
- Method in interface org.apache.wink.server.utils.
BaseLinksBuilder
Set the resource class that the generated links should link to.
resource(Object)
- Method in interface org.apache.wink.server.utils.
BaseLinksBuilder
Set the resource instance that the generated links should link to.
ResponseHandler
- Interface in
org.apache.wink.server.handlers
ResponseHandlersChain
- Class in
org.apache.wink.server.handlers
ResponseHandlersChain()
- Constructor for class org.apache.wink.server.handlers.
ResponseHandlersChain
run(MessageContext)
- Method in class org.apache.wink.server.handlers.
AbstractHandlersChain
S
setHttpMethod(String)
- Method in interface org.apache.wink.server.handlers.
MessageContext
Set the http method of the request.
setPriority(double)
- Method in class org.apache.wink.server.utils.
RegistrationUtils.InnerApplication
setResponseEntity(Object)
- Method in interface org.apache.wink.server.handlers.
MessageContext
Set the response entity.
setResponseMediaType(MediaType)
- Method in interface org.apache.wink.server.handlers.
MessageContext
Set the response media type
setResponseStatusCode(int)
- Method in interface org.apache.wink.server.handlers.
MessageContext
Set the response status code
SingleLinkBuilder
- Interface in
org.apache.wink.server.utils
A builder for generating a single link to a resource.
subResource(String)
- Method in interface org.apache.wink.server.utils.
BaseLinksBuilder
Set the sub-resource path that the generated links should link to, relative to the resource set in the builder.
SystemLinksBuilder
- Interface in
org.apache.wink.server.utils
A builder for generating the system links of a resource.
SystemLinksBuilder.LinkType
- Enum in
org.apache.wink.server.utils
Types of system links
T
type(MediaType)
- Method in interface org.apache.wink.server.utils.
SingleLinkBuilder
Set the type attribute of the link
types(SystemLinksBuilder.LinkType...)
- Method in interface org.apache.wink.server.utils.
SystemLinksBuilder
Set the types of system links to generate.
V
valueOf(String)
- Static method in enum org.apache.wink.server.utils.
SystemLinksBuilder.LinkType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.apache.wink.server.utils.
SystemLinksBuilder.LinkType
Returns an array containing the constants of this enum type, in the order they're declared.
A
B
C
D
G
H
I
L
M
O
P
Q
R
S
T
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2009
The Apache Software Foundation
. All Rights Reserved.