| Package | Description |
|---|---|
| org.ocpsoft.urlbuilder |
| Modifier and Type | Method and Description |
|---|---|
AddressBuilderPath |
AddressBuilderDomain.path(CharSequence path)
Set the path section of this
Address. |
AddressBuilderPath |
AddressBuilderScheme.path(CharSequence path)
Set the non-encoded path section of this
Address. |
AddressBuilderPath |
AddressBuilderPort.path(CharSequence path)
Set the path section of this
Address. |
AddressBuilderPath |
AddressBuilderBase.path(CharSequence path)
Set the path section of this
Address. |
AddressBuilderPath |
AddressBuilderDomain.pathDecoded(CharSequence path)
Set the path section of this
Address. |
AddressBuilderPath |
AddressBuilderScheme.pathDecoded(CharSequence path)
Set the path section of this
Address. |
AddressBuilderPath |
AddressBuilderPort.pathDecoded(CharSequence path)
Set the path section of this
Address. |
AddressBuilderPath |
AddressBuilderBase.pathDecoded(CharSequence path)
Set the path section of this
Address. |
AddressBuilderPath |
AddressBuilderDomain.pathEncoded(CharSequence path)
Set the path section of this
Address. |
AddressBuilderPath |
AddressBuilderScheme.pathEncoded(CharSequence path)
Set the path section of this
Address. |
AddressBuilderPath |
AddressBuilderPort.pathEncoded(CharSequence path)
Set the path section of this
Address. |
AddressBuilderPath |
AddressBuilderBase.pathEncoded(CharSequence path)
Set the path section of this
Address. |
AddressBuilderPath |
AddressBuilderPath.set(CharSequence name,
Object... values)
Set a parameter name and value or values.
|
AddressBuilderPath |
AddressBuilderPath.setDecoded(CharSequence name,
Object... values)
Set a parameter name and value or values.
|
AddressBuilderPath |
AddressBuilderPath.setEncoded(CharSequence name,
Object... values)
Set a parameter name and value or values.
|
Copyright © 2016 OCPsoft. All rights reserved.