Package org.wicketstuff.rest.resource.urlsegments

Class Summary
AbstractURLSegment Base class to contain the informations of the segments that compose the URL used to map a method.
FixedURLSegment Segment class for segments without path parameter (i.e.
MultiParamSegment This kind of segment can contain more than one path parameter, for example "/message-{day}-{month}-{year}/".
ParamSegment StringValue subtype that represents a mounted segment containing a parameter's value (for example '/{id}/').
 



Copyright © 2013–2014. All rights reserved.