Package org.symphonyoss.s2.canon.runtime
Interface IEntityHandler
-
- All Known Implementing Classes:
AsyncPathHandler,PathHandler
public interface IEntityHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPartsLength()StringgetPath()booleanhandle(RequestContext context)
-
-
-
Method Detail
-
getPath
String getPath()
-
getPartsLength
int getPartsLength()
-
handle
boolean handle(RequestContext context) throws IOException
- Throws:
IOException
-
-