Package org.ocpsoft.urlbuilder
Class AddressBuilderAnchor
java.lang.Object
org.ocpsoft.urlbuilder.AddressBuilderAnchor
- All Implemented Interfaces:
BuildableAddress
An
Address with an anchor section.- Author:
- Lincoln Baxter, III
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Generate anAddressrepresenting the current state of thisAddressBuilder.Generate anAddressrepresenting the current literal state of thisAddressBuilder.toString()
-
Method Details
-
build
Description copied from interface:BuildableAddressGenerate anAddressrepresenting the current state of thisAddressBuilder.- Specified by:
buildin interfaceBuildableAddress
-
buildLiteral
Description copied from interface:BuildableAddressGenerate anAddressrepresenting the current literal state of thisAddressBuilder.(Does not apply parameterization. E.g. The URL `/{foo}` will be treated as literal text, as opposed to calling
BuildableAddress.build(), which would result in `foo` being treated as a parameterized expression)- Specified by:
buildLiteralin interfaceBuildableAddress
-
toString
-