Package nablarch.fw.jaxrs
Interface JaxRsHandlerListFactory
- All Superinterfaces:
ComponentFactory<List<Handler<HttpRequest,
?>>>
@Published(tag="architect")
public interface JaxRsHandlerListFactory
extends ComponentFactory<List<Handler<HttpRequest,?>>>
JAX-RSで実行される
Handler
のリストを生成するインタフェース。- Author:
- Naoki Yamamoto
-
Method Summary
Methods inherited from interface nablarch.core.repository.di.ComponentFactory
createObject