Package restx.factory
Class FactoryDumpRoute
java.lang.Object
restx.StdRoute
restx.factory.FactoryDumpRoute
- All Implemented Interfaces:
DescribableRoute,RestxHandler,RestxHandlerMatcher,RestxRoute
-
Constructor Summary
ConstructorsConstructorDescriptionFactoryDumpRoute(Factory factory, RestxSecurityManager securityManager, PermissionFactory permissionFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(RestxRequestMatch match, RestxRequest req, RestxResponse resp, RestxContext ctx) Methods inherited from class restx.StdRoute
describe, describeOperation, getMatcher, getSuccessStatus, match, notFound, toString
-
Constructor Details
-
FactoryDumpRoute
@Inject public FactoryDumpRoute(Factory factory, RestxSecurityManager securityManager, PermissionFactory permissionFactory)
-
-
Method Details
-
handle
public void handle(RestxRequestMatch match, RestxRequest req, RestxResponse resp, RestxContext ctx) throws IOException - Throws:
IOException
-