com.fatwire.cs.core.uri
Class QueryAsPathInfoAssembler.QAPIDisassemblyContext

java.lang.Object
  extended by com.fatwire.cs.core.uri.AbstractAssembler.DisassemblyContext
      extended by com.fatwire.cs.core.uri.QueryAsPathInfoAssembler.QAPIDisassemblyContext
Enclosing class:
QueryAsPathInfoAssembler

protected static class QueryAsPathInfoAssembler.QAPIDisassemblyContext
extends AbstractAssembler.DisassemblyContext


Field Summary
protected static java.lang.String PATH_INFO
           
 
Method Summary
 java.lang.Object getContextParameter(java.lang.Object key)
          Accessor method for arbitrary context parameters.
 
Methods inherited from class com.fatwire.cs.core.uri.AbstractAssembler.DisassemblyContext
getURI, isForeign, setForeign
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PATH_INFO

protected static final java.lang.String PATH_INFO
See Also:
Constant Field Values
Method Detail

getContextParameter

public java.lang.Object getContextParameter(java.lang.Object key)
Description copied from class: AbstractAssembler.DisassemblyContext
Accessor method for arbitrary context parameters. The default implementation always returns null. Overriding classes can use this method as needed.

Overrides:
getContextParameter in class AbstractAssembler.DisassemblyContext
Returns:
null always (this implementation), otherwise, the context parameter corresponding to the key specified.