| Package | Description |
|---|---|
| com.ocpsoft.pretty.faces.url |
| Modifier and Type | Method and Description |
|---|---|
Metadata |
Metadata.copy()
Return a copy of this Metadata
|
Metadata |
URL.getMetadata()
Get the
Metadata object for this URL |
| Modifier and Type | Method and Description |
|---|---|
static URL |
URL.build(List<String> segments,
Metadata metadata) |
void |
URL.setMetadata(Metadata metadata)
Set the
Metadata object for this URL |
| Constructor and Description |
|---|
URL(List<String> segments,
Metadata metadata)
Create a URL object for the given url segments (separated by '/' from the original url string), using the given
metadata object to represent the encoding and leading/trailing slash information about this URL.
|
Copyright © 2014 OCPsoft. All Rights Reserved.