Package | Description |
---|---|
com.fatwire.cs.core.uri |
Modifier and Type | Field and Description |
---|---|
static Definition.SatelliteContext |
Definition.SatelliteContext.CONTENT_SERVER |
static Definition.SatelliteContext |
Definition.SatelliteContext.SATELLITE_SERVER |
Modifier and Type | Method and Description |
---|---|
Definition.SatelliteContext |
Simple.getSatelliteContext()
Returns an object describing whether the URI should be forcibly set to render a Satellite Server URL or a Content Server URL.
|
Definition.SatelliteContext |
Definition.getSatelliteContext()
Returns an object describing whether the URI should be set to render a Satellite Server URL or a Content Server URL.
|
Definition.SatelliteContext |
AbstractAssembler.AssemblyContext.getSatelliteContext()
Get the satellite context.
|
protected Definition.SatelliteContext |
QueryAssembler.getSatelliteContext(AbstractAssembler.DisassemblyContext ctx)
Returns the satellite context for the URI specified.
|
protected Definition.SatelliteContext |
QueryAsPathInfoAssembler.getSatelliteContext(AbstractAssembler.DisassemblyContext ctx)
This method uses the PathInfo object to get the Satellitecontext
|
protected abstract Definition.SatelliteContext |
AbstractAssembler.getSatelliteContext(AbstractAssembler.DisassemblyContext ctx)
Return the Satellite Context for this Definition
|
static Definition.SatelliteContext |
Definition.SatelliteContext.valueOf(String string)
Factory method to get a specific app type
|
Constructor and Description |
---|
Simple(boolean enc, Definition.SatelliteContext context, Definition.ContainerType ct, String scheme, String authority, Definition.AppType at, String frag)
Simple Definition
|