public class ParamSegment extends AbstractURLSegment
StringValue
subtype that represents a mounted segment containing a parameter's value (for
example '/{id}/').REGEXP_BODY, REGEXP_DECLARATION, SEGMENT_PARAMETER
Modifier and Type | Method and Description |
---|---|
void |
accept(ISegmentVisitor visitor) |
String |
getParamName() |
protected org.apache.wicket.util.parse.metapattern.MetaPattern |
loadMetaPattern()
Method invoked to load the MetaPattern for the current segment.
|
getActualSegment, getMetaPattern, getSegmentMatrixParameters, newSegment
afterFirst, afterLast, beforeFirst, beforeLast, equals, hashCode, isEmpty, isNull, repeat, repeat, replaceAll, to, toBoolean, toBoolean, toBooleanObject, toChar, toChar, toCharacter, toDouble, toDouble, toDoubleObject, toDuration, toDuration, toEnum, toEnum, toEnum, toInt, toInt, toInteger, toLong, toLong, toLongObject, toOptional, toOptionalBoolean, toOptionalCharacter, toOptionalDouble, toOptionalDuration, toOptionalEnum, toOptionalInteger, toOptionalLong, toOptionalString, toOptionalTime, toString, toString, toTime, toTime, valueOf, valueOf, valueOf, valueOf, valueOf, valueOf, valueOf, valueOf
protected org.apache.wicket.util.parse.metapattern.MetaPattern loadMetaPattern()
AbstractURLSegment
loadMetaPattern
in class AbstractURLSegment
public String getParamName()
public void accept(ISegmentVisitor visitor)
Copyright © 2015. All rights reserved.