Uses of Interface
com.aspectran.core.activity.response.dispatch.ViewDispatcher
-
Packages that use ViewDispatcher Package Description com.aspectran.core.context.rule com.aspectran.freemarker.view com.aspectran.pebble.view com.aspectran.web.support.view -
-
Uses of ViewDispatcher in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return ViewDispatcher Modifier and Type Method Description ViewDispatcherDispatchRule. getViewDispatcher()Methods in com.aspectran.core.context.rule with parameters of type ViewDispatcher Modifier and Type Method Description voidDispatchRule. setViewDispatcher(ViewDispatcher viewDispatcher)java.lang.StringDispatchRule. toString(ViewDispatcher viewDispatcher, java.lang.String targetName)Returns a string representation ofDispatchRulewith usedDispatcher. -
Uses of ViewDispatcher in com.aspectran.freemarker.view
Classes in com.aspectran.freemarker.view that implement ViewDispatcher Modifier and Type Class Description classFreeMarkerViewDispatcherThe Class FreeMarkerViewDispatcher. -
Uses of ViewDispatcher in com.aspectran.pebble.view
Classes in com.aspectran.pebble.view that implement ViewDispatcher Modifier and Type Class Description classPebbleViewDispatcherThe Class PebbleViewDispatcher. -
Uses of ViewDispatcher in com.aspectran.web.support.view
Classes in com.aspectran.web.support.view that implement ViewDispatcher Modifier and Type Class Description classJspTemplateViewDispatcherJSP or other web resource integration.classJspViewDispatcherJSP or other web resource integration.
-