public final class WraPathAssembler extends LightweightAbstractAssembler
| Modifier and Type | Field and Description |
|---|---|
static String |
BACKUP_ASSEMBLER_PROPNAME
Configuration property for overriding the backup assembler.
|
static String |
DISPATCHER_PROPNAME
Configuration property for overriding the default dispatcher pagename.
|
protected static org.apache.commons.logging.Log |
LOG |
LOG_NAME, PROP_PATH_PREFIX, PROP_URIBASE_BLOB_SERVER, PROP_URIBASE_CACHE_SERVER, PROP_URIBASE_CATALOG_MANAGER, PROP_URIBASE_CONTENT_SERVER, PROP_URIBASE_COOKIE_SERVER, PROP_URIBASE_DISPATCH_MANAGER, PROP_URIBASE_PAGE_DISPATCH_SERVER, PROP_URIBASE_SATELLITE_SERVER, PROP_URIBASE_SEED_DISPATCH_SERVER, PROP_URIBASE_SYNC_SEED_DISPATCH_SERVER, PROP_URIBASE_TREE_MANAGER| Constructor and Description |
|---|
WraPathAssembler() |
| Modifier and Type | Method and Description |
|---|---|
URI |
assemble(com.fatwire.cs.core.uri.Definition definition)
Looks for virtual-webroot and url-path.
|
com.fatwire.cs.core.uri.Definition |
disassemble(URI uri,
com.fatwire.cs.core.uri.Definition.ContainerType containerType) |
void |
setProperties(Properties properties)
Set properties, initializing the assembler
|
constructQueryString, constructURI, decode, decode, encode, excludeFromPackedargs, getProperty, parseQueryStringprotected static final org.apache.commons.logging.Log LOG
public static final String DISPATCHER_PROPNAME
public static final String BACKUP_ASSEMBLER_PROPNAME
public void setProperties(Properties properties)
setProperties in interface com.fatwire.cs.core.uri.AssemblersetProperties in class LightweightAbstractAssemblerproperties - configuration propertiespublic URI assemble(com.fatwire.cs.core.uri.Definition definition) throws URISyntaxException
definition - URISyntaxExceptionpublic com.fatwire.cs.core.uri.Definition disassemble(URI uri, com.fatwire.cs.core.uri.Definition.ContainerType containerType) throws URISyntaxException
URISyntaxExceptionCopyright © 2010-2016 Oracle Corporation. All Rights Reserved.