public class MultiParamSegment extends AbstractURLSegment
REGEXP_BODY, REGEXP_DECLARATION, SEGMENT_PARAMETER
Modifier and Type | Method and Description |
---|---|
void |
accept(ISegmentVisitor visitor) |
org.apache.wicket.util.parse.metapattern.MetaPattern |
getMetaPatternWithGroups()
Returns segment meta pattern with regexp group to support named-capturing.
|
List<AbstractURLSegment> |
getSubSegments() |
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 org.apache.wicket.util.parse.metapattern.MetaPattern getMetaPatternWithGroups()
public List<AbstractURLSegment> getSubSegments()
public void accept(ISegmentVisitor visitor)
Copyright © 2015. All rights reserved.