Package | Description |
---|---|
org.wicketstuff.rest.resource | |
org.wicketstuff.rest.resource.urlsegments | |
org.wicketstuff.rest.resource.urlsegments.visitor |
Modifier and Type | Method and Description |
---|---|
List<AbstractURLSegment> |
MethodMappingInfo.getSegments()
Gets the segments of the mapped URL.
|
Modifier and Type | Class and Description |
---|---|
class |
FixedURLSegment
Segment class for segments without path parameter (i.e.
|
class |
MultiParamSegment
This kind of segment can contain more than one path parameter, for example
"/message-{day}-{month}-{year}/".
|
class |
ParamSegment
StringValue subtype that represents a mounted segment containing a parameter's value (for
example '/{id}/'). |
Modifier and Type | Method and Description |
---|---|
static AbstractURLSegment |
AbstractURLSegment.newSegment(String segment)
Factory method to create new instances of AbstractURLSegment.
|
Modifier and Type | Method and Description |
---|---|
List<AbstractURLSegment> |
MultiParamSegment.getSubSegments() |
Modifier and Type | Method and Description |
---|---|
protected String |
ScoreMethodAndExtractPathVars.segmentActualValue(AbstractURLSegment segment)
Extract segment value from current page parameters.
|
Copyright © 2015. All rights reserved.