Package org.symphonyoss.s2.canon.runtime
Class PathHandler<T>
- java.lang.Object
-
- org.symphonyoss.s2.canon.runtime.AbstractPathHandler<T,IRequestContext>
-
- org.symphonyoss.s2.canon.runtime.PathHandler<T>
-
- All Implemented Interfaces:
IAbstractEntityHandler
public abstract class PathHandler<T> extends AbstractPathHandler<T,IRequestContext>
-
-
Constructor Summary
Constructors Constructor Description PathHandler(IRequestAuthenticator<T> authenticator, int variableCnt, String[] parts)
-
Method Summary
-
Methods inherited from class org.symphonyoss.s2.canon.runtime.AbstractPathHandler
getPartsLength, handle, handle, unsupportedMethod
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.symphonyoss.s2.canon.runtime.IAbstractEntityHandler
getPath
-
-
-
-
Constructor Detail
-
PathHandler
public PathHandler(IRequestAuthenticator<T> authenticator, int variableCnt, String[] parts)
-
-