All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download uri-fragment-routing JAR 1.3.0 with all dependencies


Java utility library for mapping parameterized URI fragments on custom action command objects.

Files of the artifact uri-fragment-routing version 1.3.0 from the group org.roklib.

Test

Download uri-fragment-routing (1.3.0)
Artifact uri-fragment-routing
Group org.roklib
Version 1.3.0
Organization not specified
URL https://github.com/rolandkrueger/uri-fragment-routing
License Apache License, Version 2.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of uri-fragment-routing Show documentation

Please rate this JAR file. Is it a good library?

6 downloads

Source code of uri-fragment-routing version 1.3.0

.LICENSE
META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.org.roklib.uri-fragment-routing
META-INF.maven.org.roklib.uri-fragment-routing.META-INF.maven.org.roklib.uri-fragment-routing.pom.properties
META-INF.maven.org.roklib.uri-fragment-routing.META-INF.maven.org.roklib.uri-fragment-routing.pom.xml
org.roklib.urifragmentrouting
org.roklib.urifragmentrouting.org.roklib.urifragmentrouting.UriActionCommand
org.roklib.urifragmentrouting.org.roklib.urifragmentrouting.UriActionCommandFactory
org.roklib.urifragmentrouting.org.roklib.urifragmentrouting.UriActionMapperTree
org.roklib.urifragmentrouting.annotation
org.roklib.urifragmentrouting.annotation.org.roklib.urifragmentrouting.annotation.AllCapturedParameters
org.roklib.urifragmentrouting.annotation.org.roklib.urifragmentrouting.annotation.CapturedParameter
org.roklib.urifragmentrouting.annotation.org.roklib.urifragmentrouting.annotation.CurrentActionMapper
org.roklib.urifragmentrouting.annotation.org.roklib.urifragmentrouting.annotation.CurrentUriFragment
org.roklib.urifragmentrouting.annotation.org.roklib.urifragmentrouting.annotation.RoutingContext
org.roklib.urifragmentrouting.annotation.org.roklib.urifragmentrouting.annotation.package-info
org.roklib.urifragmentrouting.exception
org.roklib.urifragmentrouting.exception.org.roklib.urifragmentrouting.exception.InvalidMethodSignatureException
org.roklib.urifragmentrouting.exception.org.roklib.urifragmentrouting.exception.ParameterValueConversionException
org.roklib.urifragmentrouting.exception.org.roklib.urifragmentrouting.exception.package-info
org.roklib.urifragmentrouting.helper
org.roklib.urifragmentrouting.helper.org.roklib.urifragmentrouting.helper.ActionCommandConfigurer
org.roklib.urifragmentrouting.helper.org.roklib.urifragmentrouting.helper.Preconditions
org.roklib.urifragmentrouting.helper.org.roklib.urifragmentrouting.helper.UriEncoderDecoder
org.roklib.urifragmentrouting.helper.org.roklib.urifragmentrouting.helper.package-info
org.roklib.urifragmentrouting.mapper
org.roklib.urifragmentrouting.mapper.org.roklib.urifragmentrouting.mapper.AbstractUriPathSegmentActionMapper
org.roklib.urifragmentrouting.mapper.org.roklib.urifragmentrouting.mapper.CatchAllUriPathSegmentActionMapper
org.roklib.urifragmentrouting.mapper.org.roklib.urifragmentrouting.mapper.DispatchingUriPathSegmentActionMapper
org.roklib.urifragmentrouting.mapper.org.roklib.urifragmentrouting.mapper.ImmutableActionMapperWrapper
org.roklib.urifragmentrouting.mapper.org.roklib.urifragmentrouting.mapper.RegexUriPathSegmentActionMapper
org.roklib.urifragmentrouting.mapper.org.roklib.urifragmentrouting.mapper.SimpleUriPathSegmentActionMapper
org.roklib.urifragmentrouting.mapper.org.roklib.urifragmentrouting.mapper.StartsWithUriPathSegmentActionMapper
org.roklib.urifragmentrouting.mapper.org.roklib.urifragmentrouting.mapper.UriPathSegmentActionMapper
org.roklib.urifragmentrouting.mapper.org.roklib.urifragmentrouting.mapper.package-info
org.roklib.urifragmentrouting
org.roklib.urifragmentrouting.org.roklib.urifragmentrouting.package-info
org.roklib.urifragmentrouting.parameter
org.roklib.urifragmentrouting.parameter.org.roklib.urifragmentrouting.parameter.AbstractSingleUriParameter
org.roklib.urifragmentrouting.parameter.org.roklib.urifragmentrouting.parameter.AbstractUriParameter
org.roklib.urifragmentrouting.parameter.org.roklib.urifragmentrouting.parameter.ParameterMode
org.roklib.urifragmentrouting.parameter.org.roklib.urifragmentrouting.parameter.Point2DUriParameter
org.roklib.urifragmentrouting.parameter.org.roklib.urifragmentrouting.parameter.SingleBooleanUriParameter
org.roklib.urifragmentrouting.parameter.org.roklib.urifragmentrouting.parameter.SingleDateUriParameter
org.roklib.urifragmentrouting.parameter.org.roklib.urifragmentrouting.parameter.SingleDoubleUriParameter
org.roklib.urifragmentrouting.parameter.org.roklib.urifragmentrouting.parameter.SingleFloatUriParameter
org.roklib.urifragmentrouting.parameter.org.roklib.urifragmentrouting.parameter.SingleIntegerUriParameter
org.roklib.urifragmentrouting.parameter.org.roklib.urifragmentrouting.parameter.SingleLocalDateUriParameter
org.roklib.urifragmentrouting.parameter.org.roklib.urifragmentrouting.parameter.SingleLongUriParameter
org.roklib.urifragmentrouting.parameter.org.roklib.urifragmentrouting.parameter.SingleLongWithIgnoredTextUriParameter
org.roklib.urifragmentrouting.parameter.org.roklib.urifragmentrouting.parameter.SingleStringUriParameter
org.roklib.urifragmentrouting.parameter.org.roklib.urifragmentrouting.parameter.SingleValuedParameterFactory
org.roklib.urifragmentrouting.parameter.org.roklib.urifragmentrouting.parameter.StringListUriParameter
org.roklib.urifragmentrouting.parameter.org.roklib.urifragmentrouting.parameter.UriParameter
org.roklib.urifragmentrouting.parameter.org.roklib.urifragmentrouting.parameter.UriParameterError
org.roklib.urifragmentrouting.parameter.converter
org.roklib.urifragmentrouting.parameter.converter.org.roklib.urifragmentrouting.parameter.converter.AbstractRegexToStringListParameterValueConverter
org.roklib.urifragmentrouting.parameter.converter.org.roklib.urifragmentrouting.parameter.converter.BooleanParameterValueConverter
org.roklib.urifragmentrouting.parameter.converter.org.roklib.urifragmentrouting.parameter.converter.DoubleParameterValueConverter
org.roklib.urifragmentrouting.parameter.converter.org.roklib.urifragmentrouting.parameter.converter.FloatParameterValueConverter
org.roklib.urifragmentrouting.parameter.converter.org.roklib.urifragmentrouting.parameter.converter.ISO8601ToLocalDateParameterValueConverter
org.roklib.urifragmentrouting.parameter.converter.org.roklib.urifragmentrouting.parameter.converter.IntegerParameterValueConverter
org.roklib.urifragmentrouting.parameter.converter.org.roklib.urifragmentrouting.parameter.converter.LongParameterValueConverter
org.roklib.urifragmentrouting.parameter.converter.org.roklib.urifragmentrouting.parameter.converter.LongToDateParameterValueConverter
org.roklib.urifragmentrouting.parameter.converter.org.roklib.urifragmentrouting.parameter.converter.ParameterValueConverter
org.roklib.urifragmentrouting.parameter.converter.org.roklib.urifragmentrouting.parameter.converter.StringListParameterValueConverter
org.roklib.urifragmentrouting.parameter.converter.org.roklib.urifragmentrouting.parameter.converter.StringParameterValueConverter
org.roklib.urifragmentrouting.parameter.converter.org.roklib.urifragmentrouting.parameter.converter.package-info
org.roklib.urifragmentrouting.parameter
org.roklib.urifragmentrouting.parameter.org.roklib.urifragmentrouting.parameter.package-info
org.roklib.urifragmentrouting.parameter.value
org.roklib.urifragmentrouting.parameter.value.org.roklib.urifragmentrouting.parameter.value.CapturedParameterValues
org.roklib.urifragmentrouting.parameter.value.org.roklib.urifragmentrouting.parameter.value.ParameterValue
org.roklib.urifragmentrouting.parameter.value.org.roklib.urifragmentrouting.parameter.value.package-info
org.roklib.urifragmentrouting.strategy
org.roklib.urifragmentrouting.strategy.org.roklib.urifragmentrouting.strategy.DirectoryStyleUriTokenExtractionStrategyImpl
org.roklib.urifragmentrouting.strategy.org.roklib.urifragmentrouting.strategy.QueryParameterExtractionStrategy
org.roklib.urifragmentrouting.strategy.org.roklib.urifragmentrouting.strategy.StandardQueryNotationQueryParameterExtractionStrategyImpl
org.roklib.urifragmentrouting.strategy.org.roklib.urifragmentrouting.strategy.UriTokenExtractionStrategy
org.roklib.urifragmentrouting.strategy.org.roklib.urifragmentrouting.strategy.package-info




© 2015 - 2025 Weber Informatics LLC | Privacy Policy