Package | Description |
---|---|
com.fatwire.cs.core.uri |
Modifier and Type | Class and Description |
---|---|
protected static class |
QueryAsPathInfoAssembler.QAPIDisassemblyContext |
Modifier and Type | Method and Description |
---|---|
protected AbstractAssembler.DisassemblyContext |
QueryAsPathInfoAssembler.getDisassemblyContext(URI uri)
This method tries to create a
QueryAsPathInfoAssembler.PathInfo object by calling QueryAsPathInfoAssembler.parsePath(java.lang.String) . |
protected AbstractAssembler.DisassemblyContext |
AbstractAssembler.getDisassemblyContext(URI uri) |
Modifier and Type | Method and Description |
---|---|
protected Definition.AppType |
QueryAssembler.getAppType(AbstractAssembler.DisassemblyContext ctx)
Get the app type for this URI.
|
protected Definition.AppType |
QueryAsPathInfoAssembler.getAppType(AbstractAssembler.DisassemblyContext ctx)
This method uses the PathInfo object to get the AppType found on the URI.
|
protected abstract Definition.AppType |
AbstractAssembler.getAppType(AbstractAssembler.DisassemblyContext ctx)
Return the AppType for the URI specified.
|
protected String |
QueryAssembler.getAuthority(AbstractAssembler.DisassemblyContext ctx)
Get the authority from the URI specified
|
protected abstract String |
AbstractAssembler.getAuthority(AbstractAssembler.DisassemblyContext ctx)
Returns the authority (host:port etc) for the URI specified
|
protected String |
QueryAssembler.getFragment(AbstractAssembler.DisassemblyContext ctx)
Get the fragment from the URI specified
|
protected abstract String |
AbstractAssembler.getFragment(AbstractAssembler.DisassemblyContext ctx)
Returns the fragment for the uri specified
|
protected Map |
QueryAssembler.getQuery(AbstractAssembler.DisassemblyContext ctx)
Return the query paramers from the URI.
|
protected Map |
QueryAsPathInfoAssembler.getQuery(AbstractAssembler.DisassemblyContext ctx)
This method uses the PathInfo object to get the query parameters
|
protected abstract Map |
AbstractAssembler.getQuery(AbstractAssembler.DisassemblyContext ctx)
Returns a map of query name/value pairs for the URI specified.
|
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
|
protected String |
QueryAssembler.getScheme(AbstractAssembler.DisassemblyContext ctx)
Get the scheme from the URI specified.
|
protected abstract String |
AbstractAssembler.getScheme(AbstractAssembler.DisassemblyContext ctx)
Return the scheme (http, https, etc.) for the URI specified
|
protected boolean |
QueryAssembler.getSessionEncode(AbstractAssembler.DisassemblyContext ctx)
Return whether or not session encoding should be done for the URI specified.
|
protected abstract boolean |
AbstractAssembler.getSessionEncode(AbstractAssembler.DisassemblyContext ctx)
Get the session encode flag for this Definition.
|