public class TemplateUriBuilder extends Object
Constructor and Description |
---|
TemplateUriBuilder(com.fatwire.assetapi.data.AssetId id,
String tname)
Deprecated.
Constructor with AssetId, without a wrapper.
|
TemplateUriBuilder(com.fatwire.assetapi.data.AssetId id,
String tname,
String wrapper)
Deprecated.
Constructor with AssetId and wrapper.
|
TemplateUriBuilder(String c,
String cid,
String tname)
Deprecated.
Constructor with c and cid, without a wrapper.
|
TemplateUriBuilder(String c,
String cid,
String tname,
String wrapper)
Deprecated.
Constructor with c and cid, with a wrapper .
|
Modifier and Type | Method and Description |
---|---|
TemplateUriBuilder |
argument(String name,
String value)
Deprecated.
|
TemplateUriBuilder |
assembler(String s)
Deprecated.
|
TemplateUriBuilder |
authority(String s)
Deprecated.
|
TemplateUriBuilder |
container(String s)
Deprecated.
|
TemplateUriBuilder |
dynamic(boolean s)
Deprecated.
|
TemplateUriBuilder |
fragment(String s)
Deprecated.
|
TemplateUriBuilder |
packedargs(String s)
Deprecated.
|
TemplateUriBuilder |
satellite(boolean s)
Deprecated.
|
TemplateUriBuilder |
scheme(String s)
Deprecated.
|
TemplateUriBuilder |
site(String s)
Deprecated.
|
String |
toURI(COM.FutureTense.Interfaces.ICS ics)
Deprecated.
Returns the uri to the asset rendered with the specified template and
wrapper (if provided).
|
TemplateUriBuilder |
wrapper(String s)
Deprecated.
|
public TemplateUriBuilder(String c, String cid, String tname, String wrapper)
c
- current assetcid
- content idtname
- template namewrapper
- string value for wrapperpublic TemplateUriBuilder(String c, String cid, String tname)
c
- current assetcid
- content idtname
- template namepublic TemplateUriBuilder(com.fatwire.assetapi.data.AssetId id, String tname, String wrapper)
id
- asset idtname
- template namewrapper
- string value for wrapperpublic TemplateUriBuilder(com.fatwire.assetapi.data.AssetId id, String tname)
id
- asset idtname
- template namepublic String toURI(COM.FutureTense.Interfaces.ICS ics)
ics
- Content Server context objectpublic TemplateUriBuilder argument(String name, String value)
name
- argument namevalue
- argument valuepublic TemplateUriBuilder assembler(String s)
s
- string value for assemblerpublic TemplateUriBuilder authority(String s)
s
- string value for authoritypublic TemplateUriBuilder container(String s)
s
- string value for containerpublic TemplateUriBuilder dynamic(boolean s)
s
- flag for dynamicpublic TemplateUriBuilder fragment(String s)
s
- string value for fragmentpublic TemplateUriBuilder packedargs(String s)
s
- string value for packed argumentspublic TemplateUriBuilder satellite(boolean s)
s
- flag for satellitepublic TemplateUriBuilder scheme(String s)
s
- string value for schemepublic TemplateUriBuilder site(String s)
s
- string value for sitepublic TemplateUriBuilder wrapper(String s)
s
- string value for wrapper pageCopyright © 2010–2017. All rights reserved.