Uses of Class
com.aspectran.core.activity.ActivityPrepareException
-
Packages that use ActivityPrepareException Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses. -
-
Uses of ActivityPrepareException in com.aspectran.core.activity
Methods in com.aspectran.core.activity that throw ActivityPrepareException Modifier and Type Method Description voidCoreActivity. prepare(TransletRule transletRule)Prepare for the activity.voidCoreActivity. prepare(java.lang.String requestName)Prepare for the activity.voidCoreActivity. prepare(java.lang.String requestName, TransletRule transletRule)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.
-