Uses of Class
com.damnhandy.uri.template.MalformedUriTemplateException
-
Packages that use MalformedUriTemplateException Package Description com.damnhandy.uri.template Handy URI Templatescom.damnhandy.uri.template.impl -
-
Uses of MalformedUriTemplateException in com.damnhandy.uri.template
Methods in com.damnhandy.uri.template that throw MalformedUriTemplateException Modifier and Type Method Description UriTemplateUriTemplateBuilder. build()Generates aUriTemplateinstance from the builder.static UriTemplateBuilderUriTemplate. buildFromTemplate(UriTemplate baseTemplate)Creates a newUriTemplateBuilderfrom a rootUriTemplate.static UriTemplateBuilderUriTemplate. buildFromTemplate(String template)Creates a newUriTemplateBuilderfrom the template string.static StringUriTemplate. expand(String templateString, Map<String,Object> values)Expands the given template string using the variable replacements in the suppliedMap.static StringUriTemplate. expandPartial(String templateString, Map<String,Object> values)Expands the given template string using the variable replacements in the suppliedMap.static UriTemplateBuilderUriTemplate. fromTemplate(UriTemplate baseTemplate)Deprecated.static UriTemplateUriTemplate. fromTemplate(String templateString)Creates a newUriTemplatefrom the template string.protected voidUriTemplate. parseTemplateString()Parse the URI template string into the template model.Constructors in com.damnhandy.uri.template that throw MalformedUriTemplateException Constructor Description Expression(String rawExpression, int startPosition)Create a new Expression. -
Uses of MalformedUriTemplateException in com.damnhandy.uri.template.impl
Methods in com.damnhandy.uri.template.impl that throw MalformedUriTemplateException Modifier and Type Method Description LinkedList<UriTemplateComponent>UriTemplateParser. scan(String templateString)Scans the URI template looking for literal string components and expressions.
-