Modifier and Type | Method and Description |
---|---|
E |
addSession(boolean addSession)
Specifies whether to include session IDs in the URL when a browser is set to reject cookies.
|
E |
forAuthority(String authority)
Attribute that allows the user to specify a fully-qualified URL, when used in conjunction with scheme.
|
E |
forContainerType(String containerType)
Deprecated.
This might not be useful at all in this case since portlet is rarely needed now
|
E |
forFragment(String fragment)
Optional attribute to specify a fragment on the URL.
|
E |
forRendermode(String rendermode)
Specify the render mode
|
E |
forSatelliteContext(String satellite)
Specify the Satellite Context that is going to be used; if not specified, it will generate a link for ContentServer
|
E |
forScheme(String scheme)
Attribute that allows the scheme to be set in the URL.
|
E |
forTid(String tid)
The id of the template in which this tag is located.
|
E |
forTtype(String type)
This attribute identifies whether the code that contains this tag is a Template or a CSElement.
|
String |
getAssembler() |
String |
getAuthority() |
String |
getContainerType() |
DependencyTypeEnum |
getDep() |
String |
getFragment() |
String |
getRendermode() |
String |
getSatelliteContext() |
String |
getScheme() |
boolean |
getSession() |
String |
getTid() |
String |
getTType() |
String |
getWrapper() |
E |
logDep(DependencyTypeEnum depType)
Specify the dependency type that is going to be logged
|
E |
useAssembler(String assembler)
Specify the Short form name for uri assembler class.
|
E |
useWrapper(String wrapper)
If the target uses an uncached wrapper page, supply this argument with the name of that SiteCatalog page
|
forAsset, forDevice, forSite, forType, forType, getAssetId, getDevice, getParameters, getSite, getSubtype, getTemplate, getType, getWebroot, parameters, useTemplate, useWebroot
E addSession(boolean addSession)
true
means to encode session IDs in the URL. If this parameter is not specified, it is set to true
by default.addSession
- the boolean value of addSession or notE useAssembler(String assembler)
assembler
- the Short form name for uri assemblerE logDep(DependencyTypeEnum depType)
depType
- the dependency typeE forSatelliteContext(String satellite)
satellite
- the Satellite ContextE forTtype(String type)
type
- the type of the templatename valueE forTid(String tid)
tid
- the idE forRendermode(String rendermode)
rendermode
- the rendermodeE forFragment(String fragment)
fragment
- the value of the fragementE forContainerType(String containerType)
containerType
- the container typeE forScheme(String scheme)
scheme
- the scheme valueE forAuthority(String authority)
authority
- the full qualified urlE useWrapper(String wrapper)
wrapper
- the wrapper page nameString getWrapper()
String getAssembler()
boolean getSession()
DependencyTypeEnum getDep()
String getSatelliteContext()
String getTType()
String getTid()
String getRendermode()
String getFragment()
String getContainerType()
String getScheme()
String getAuthority()