Uses of Class
org.ocpsoft.urlbuilder.AddressBuilderPath
Packages that use AddressBuilderPath
-
Uses of AddressBuilderPath in org.ocpsoft.urlbuilder
Methods in org.ocpsoft.urlbuilder that return AddressBuilderPathModifier and TypeMethodDescriptionAddressBuilderBase.path(CharSequence path) Set the path section of thisAddress.AddressBuilderDomain.path(CharSequence path) Set the path section of thisAddress.AddressBuilderPort.path(CharSequence path) Set the path section of thisAddress.AddressBuilderScheme.path(CharSequence path) Set the non-encoded path section of thisAddress.AddressBuilderBase.pathDecoded(CharSequence path) Set the path section of thisAddress.AddressBuilderDomain.pathDecoded(CharSequence path) Set the path section of thisAddress.AddressBuilderPort.pathDecoded(CharSequence path) Set the path section of thisAddress.AddressBuilderScheme.pathDecoded(CharSequence path) Set the path section of thisAddress.AddressBuilderBase.pathEncoded(CharSequence path) Set the path section of thisAddress.AddressBuilderDomain.pathEncoded(CharSequence path) Set the path section of thisAddress.AddressBuilderPort.pathEncoded(CharSequence path) Set the path section of thisAddress.AddressBuilderScheme.pathEncoded(CharSequence path) Set the path section of thisAddress.AddressBuilderPath.set(CharSequence name, Object... values) Set a parameter name and value or values.AddressBuilderPath.setDecoded(CharSequence name, Object... values) Set a parameter name and value or values.AddressBuilderPath.setEncoded(CharSequence name, Object... values) Set a parameter name and value or values.