@Deprecated public class WraUriBuilder extends Object
| Constructor and Description |
|---|
WraUriBuilder(com.fatwire.assetapi.data.AssetId id)
Deprecated.
Constructor with AssetId and default wrapper (GST/Dispatcher).
|
WraUriBuilder(VanityAsset wra,
String wrapper)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
WraUriBuilder |
argument(String name,
String value)
Deprecated.
|
WraUriBuilder |
assembler(String s)
Deprecated.
|
WraUriBuilder |
authority(String s)
Deprecated.
|
WraUriBuilder |
container(String s)
Deprecated.
|
WraUriBuilder |
dynamic(boolean s)
Deprecated.
|
WraUriBuilder |
fragment(String s)
Deprecated.
|
WraUriBuilder |
packedargs(String s)
Deprecated.
|
WraUriBuilder |
satellite(String s)
Deprecated.
|
WraUriBuilder |
scheme(String s)
Deprecated.
|
WraUriBuilder |
site(String site)
Deprecated.
|
WraUriBuilder |
slotname(String slotname)
Deprecated.
|
WraUriBuilder |
template(String template)
Deprecated.
|
WraUriBuilder |
tid(String tid)
Deprecated.
|
String |
toURI(COM.FutureTense.Interfaces.ICS ics)
Deprecated.
Returns the uri to the asset rendered with the specified template and
wrapper (if provided).
|
WraUriBuilder |
ttype(String ttype)
Deprecated.
|
WraUriBuilder |
wrapper(String s)
Deprecated.
|
public WraUriBuilder(com.fatwire.assetapi.data.AssetId id)
id - asset idpublic WraUriBuilder(VanityAsset wra, String wrapper)
public String toURI(COM.FutureTense.Interfaces.ICS ics)
ics - Content Server context objectpublic WraUriBuilder argument(String name, String value)
name - argument namevalue - argument valuepublic WraUriBuilder assembler(String s)
s - string value for assemblerpublic WraUriBuilder authority(String s)
s - string value to set Authoritypublic WraUriBuilder container(String s)
s - string value to assign to containerpublic WraUriBuilder dynamic(boolean s)
s - boolean value to setDynamicpublic WraUriBuilder fragment(String s)
s - string value for fragmentpublic WraUriBuilder packedargs(String s)
s - string value to setPackedargspublic WraUriBuilder satellite(String s)
s - set Satellite value true or false, catches on true - ignores case, all other inputs are falsepublic WraUriBuilder scheme(String s)
s - string representing the schemepublic WraUriBuilder wrapper(String s)
s - string representing the wrapper pagepublic WraUriBuilder template(String template)
public WraUriBuilder tid(String tid)
public WraUriBuilder ttype(String ttype)
public WraUriBuilder slotname(String slotname)
public WraUriBuilder site(String site)
Copyright © 2010–2016. All rights reserved.