Class AbstractBookmarkableMapper.MountPathSegment
- java.lang.Object
-
- org.apache.wicket.core.request.mapper.AbstractBookmarkableMapper.MountPathSegment
-
- Enclosing class:
- AbstractBookmarkableMapper
protected static class AbstractBookmarkableMapper.MountPathSegment extends Object
-
-
Constructor Summary
Constructors Constructor Description MountPathSegment(int segmentIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addOptionalParameter()
void
addRequiredParameter()
String
getFixedPart()
int
getFixedPartSize()
int
getMaxParameters()
int
getMinParameters()
int
getOptionalParameters()
int
getSegmentIndex()
void
setFixedPart(String fixedPart)
String
toString()
-
-
-
Constructor Detail
-
MountPathSegment
public MountPathSegment(int segmentIndex)
-
-
Method Detail
-
setFixedPart
public void setFixedPart(String fixedPart)
-
addRequiredParameter
public void addRequiredParameter()
-
addOptionalParameter
public void addOptionalParameter()
-
getSegmentIndex
public int getSegmentIndex()
-
getFixedPart
public String getFixedPart()
-
getMinParameters
public int getMinParameters()
-
getOptionalParameters
public int getOptionalParameters()
-
getMaxParameters
public int getMaxParameters()
-
getFixedPartSize
public int getFixedPartSize()
-
-