Uses of Interface
com.aspectran.core.activity.response.dispatch.ViewDispatcher
-
Packages that use ViewDispatcher Package Description com.aspectran.core.context.rule com.aspectran.core.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 ViewDispatcherDispatchResponseRule. getViewDispatcher()Methods in com.aspectran.core.context.rule with parameters of type ViewDispatcher Modifier and Type Method Description voidDispatchResponseRule. setViewDispatcher(ViewDispatcher viewDispatcher)java.lang.StringDispatchResponseRule. toString(ViewDispatcher viewDispatcher, java.lang.String targetName)Returns a string representation ofDispatchResponseRulewith usedDispatcher. -
Uses of ViewDispatcher in com.aspectran.core.support.view
Classes in com.aspectran.core.support.view that implement ViewDispatcher Modifier and Type Class Description classFreeMarkerViewDispatcherThe Class FreeMarkerViewDispatcher.classPebbleViewDispatcherThe Class PebbleViewDispatcher.
-