Uses of Class
com.aspectran.core.activity.TransletNotFoundException
-
Packages that use TransletNotFoundException Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.shell.service Contains a variant of the service interface for command-line application.com.aspectran.undertow.activity com.aspectran.web.activity Contains a variant of the activity interface for web application. -
-
Uses of TransletNotFoundException in com.aspectran.core.activity
Methods in com.aspectran.core.activity that throw TransletNotFoundException Modifier and Type Method Description voidCoreActivity. prepare(java.lang.String requestName)Prepare for the activity.voidCoreActivity. prepare(java.lang.String requestName, MethodType requestMethod)Prepare for the activity.voidCoreActivity. prepare(java.lang.String requestName, java.lang.String requestMethod)Prepare for the activity. -
Uses of TransletNotFoundException in com.aspectran.shell.service
Methods in com.aspectran.shell.service that throw TransletNotFoundException Modifier and Type Method Description TransletDefaultShellService. translate(TransletCommandLine transletCommandLine, Console console)TransletShellService. translate(TransletCommandLine transletCommandLine, Console console)Executes translet. -
Uses of TransletNotFoundException in com.aspectran.undertow.activity
Methods in com.aspectran.undertow.activity that throw TransletNotFoundException Modifier and Type Method Description voidTowActivity. prepare(java.lang.String transletName, MethodType requestMethod) -
Uses of TransletNotFoundException in com.aspectran.web.activity
Methods in com.aspectran.web.activity that throw TransletNotFoundException Modifier and Type Method Description voidWebActivity. prepare(java.lang.String transletName, MethodType requestMethod)
-