Package | Description |
---|---|
org.wicketstuff.rest.resource | |
org.wicketstuff.rest.resource.urlsegments.visitor | |
org.wicketstuff.rest.utils.reflection |
Modifier and Type | Method and Description |
---|---|
MethodMappingInfo |
AbstractRestResource.getMethodInfo(Method method) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,List<MethodMappingInfo>> |
AbstractRestResource.getMappedMethods()
Return mapped methods grouped by number of segments and HTTP method.
|
Map<Method,MethodMappingInfo> |
AbstractRestResource.getMappedMethodsInfo() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractRestResource.onAfterMethodInvoked(MethodMappingInfo mappedMethod,
org.apache.wicket.request.resource.IResource.Attributes attributes,
Object result)
Invoked just after a mapped method has been invoked to serve the current request.
|
protected void |
AbstractRestResource.onBeforeMethodInvoked(MethodMappingInfo mappedMethod,
org.apache.wicket.request.resource.IResource.Attributes attributes)
Invoked just before a mapped method is invoked to serve the current request.
|
Modifier and Type | Method and Description |
---|---|
MethodMappingInfo |
ScoreMethodAndExtractPathVars.getMethodInfo() |
Constructor and Description |
---|
ScoreMethodAndExtractPathVars(MethodMappingInfo methodInfo,
org.apache.wicket.request.mapper.parameter.PageParameters pageParameters) |
Modifier and Type | Method and Description |
---|---|
MethodMappingInfo |
MethodParameter.getOwnerMethod()
Gets the owner method.
|
Constructor and Description |
---|
MethodParameter(Class<? extends T> type,
MethodMappingInfo ownerMethod,
int paramIndex)
Instantiates a new method parameter.
|
Copyright © 2015. All rights reserved.