jar

org.roklib : uri-fragment-routing

Maven & Gradle

Apr 22, 2017

URI Fragment Routing Library · Java utility library for mapping parameterized URI fragments on custom action command objects.

Table Of Contents

Latest Version

Download org.roklib : uri-fragment-routing JAR file - Latest Versions:

All Versions

Download org.roklib : uri-fragment-routing JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window uri-fragment-routing-1.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.roklib.urifragmentrouting.parameter

├─ org.roklib.urifragmentrouting.parameter.AbstractSingleUriParameter.class - [JAR]

├─ org.roklib.urifragmentrouting.parameter.AbstractUriParameter.class - [JAR]

├─ org.roklib.urifragmentrouting.parameter.ParameterMode.class - [JAR]

├─ org.roklib.urifragmentrouting.parameter.Point2DUriParameter.class - [JAR]

├─ org.roklib.urifragmentrouting.parameter.SingleBooleanUriParameter.class - [JAR]

├─ org.roklib.urifragmentrouting.parameter.SingleDateUriParameter.class - [JAR]

├─ org.roklib.urifragmentrouting.parameter.SingleDoubleUriParameter.class - [JAR]

├─ org.roklib.urifragmentrouting.parameter.SingleFloatUriParameter.class - [JAR]

├─ org.roklib.urifragmentrouting.parameter.SingleIntegerUriParameter.class - [JAR]

├─ org.roklib.urifragmentrouting.parameter.SingleLocalDateUriParameter.class - [JAR]

├─ org.roklib.urifragmentrouting.parameter.SingleLongUriParameter.class - [JAR]

├─ org.roklib.urifragmentrouting.parameter.SingleLongWithIgnoredTextUriParameter.class - [JAR]

├─ org.roklib.urifragmentrouting.parameter.SingleStringUriParameter.class - [JAR]

├─ org.roklib.urifragmentrouting.parameter.SingleValuedParameterFactory.class - [JAR]

├─ org.roklib.urifragmentrouting.parameter.StringListUriParameter.class - [JAR]

├─ org.roklib.urifragmentrouting.parameter.UriParameter.class - [JAR]

├─ org.roklib.urifragmentrouting.parameter.UriParameterError.class - [JAR]

org.roklib.urifragmentrouting.parameter.converter

├─ org.roklib.urifragmentrouting.parameter.converter.AbstractRegexToStringListParameterValueConverter.class - [JAR]

├─ org.roklib.urifragmentrouting.parameter.converter.BooleanParameterValueConverter.class - [JAR]

├─ org.roklib.urifragmentrouting.parameter.converter.DoubleParameterValueConverter.class - [JAR]

├─ org.roklib.urifragmentrouting.parameter.converter.FloatParameterValueConverter.class - [JAR]

├─ org.roklib.urifragmentrouting.parameter.converter.ISO8601ToLocalDateParameterValueConverter.class - [JAR]

├─ org.roklib.urifragmentrouting.parameter.converter.IntegerParameterValueConverter.class - [JAR]

├─ org.roklib.urifragmentrouting.parameter.converter.LongParameterValueConverter.class - [JAR]

├─ org.roklib.urifragmentrouting.parameter.converter.LongToDateParameterValueConverter.class - [JAR]

├─ org.roklib.urifragmentrouting.parameter.converter.ParameterValueConverter.class - [JAR]

├─ org.roklib.urifragmentrouting.parameter.converter.StringListParameterValueConverter.class - [JAR]

├─ org.roklib.urifragmentrouting.parameter.converter.StringParameterValueConverter.class - [JAR]

org.roklib.urifragmentrouting.strategy

├─ org.roklib.urifragmentrouting.strategy.DirectoryStyleUriTokenExtractionStrategyImpl.class - [JAR]

├─ org.roklib.urifragmentrouting.strategy.QueryParameterExtractionStrategy.class - [JAR]

├─ org.roklib.urifragmentrouting.strategy.StandardQueryNotationQueryParameterExtractionStrategyImpl.class - [JAR]

├─ org.roklib.urifragmentrouting.strategy.UriTokenExtractionStrategy.class - [JAR]

org.roklib.urifragmentrouting.helper

├─ org.roklib.urifragmentrouting.helper.ActionCommandConfigurer.class - [JAR]

├─ org.roklib.urifragmentrouting.helper.Preconditions.class - [JAR]

├─ org.roklib.urifragmentrouting.helper.UriEncoderDecoder.class - [JAR]

org.roklib.urifragmentrouting

├─ org.roklib.urifragmentrouting.UriActionCommand.class - [JAR]

├─ org.roklib.urifragmentrouting.UriActionCommandFactory.class - [JAR]

├─ org.roklib.urifragmentrouting.UriActionMapperTree.class - [JAR]

org.roklib.urifragmentrouting.exception

├─ org.roklib.urifragmentrouting.exception.InvalidMethodSignatureException.class - [JAR]

├─ org.roklib.urifragmentrouting.exception.ParameterValueConversionException.class - [JAR]

org.roklib.urifragmentrouting.mapper

├─ org.roklib.urifragmentrouting.mapper.AbstractUriPathSegmentActionMapper.class - [JAR]

├─ org.roklib.urifragmentrouting.mapper.CatchAllUriPathSegmentActionMapper.class - [JAR]

├─ org.roklib.urifragmentrouting.mapper.DispatchingUriPathSegmentActionMapper.class - [JAR]

├─ org.roklib.urifragmentrouting.mapper.ImmutableActionMapperWrapper.class - [JAR]

├─ org.roklib.urifragmentrouting.mapper.RegexUriPathSegmentActionMapper.class - [JAR]

├─ org.roklib.urifragmentrouting.mapper.SimpleUriPathSegmentActionMapper.class - [JAR]

├─ org.roklib.urifragmentrouting.mapper.StartsWithUriPathSegmentActionMapper.class - [JAR]

├─ org.roklib.urifragmentrouting.mapper.UriPathSegmentActionMapper.class - [JAR]

org.roklib.urifragmentrouting.annotation

├─ org.roklib.urifragmentrouting.annotation.AllCapturedParameters.class - [JAR]

├─ org.roklib.urifragmentrouting.annotation.CapturedParameter.class - [JAR]

├─ org.roklib.urifragmentrouting.annotation.CurrentActionMapper.class - [JAR]

├─ org.roklib.urifragmentrouting.annotation.CurrentUriFragment.class - [JAR]

├─ org.roklib.urifragmentrouting.annotation.RoutingContext.class - [JAR]

org.roklib.urifragmentrouting.parameter.value

├─ org.roklib.urifragmentrouting.parameter.value.CapturedParameterValues.class - [JAR]

├─ org.roklib.urifragmentrouting.parameter.value.ParameterValue.class - [JAR]

Advertisement

Dependencies from Group

Discover Dependencies

Jan 27, 2021
13 usages
1 stars
1 usages
12.5k stars
Jun 09, 2023
2 usages
23 stars
Jun 20, 2023
23 usages
952 stars
Jan 10, 2017
1 usages
Feb 22, 2023
6 usages
316 stars
Feb 22, 2023
18 usages
310 stars
Jan 15, 2017
1 usages
51 stars