Package com.aspectran.undertow.activity
Class TowActivity
- java.lang.Object
-
- com.aspectran.core.activity.AbstractActivity
-
- com.aspectran.core.activity.AdviceActivity
-
- com.aspectran.core.activity.CoreActivity
-
- com.aspectran.undertow.activity.TowActivity
-
- All Implemented Interfaces:
com.aspectran.core.activity.Activity,java.lang.AutoCloseable
public class TowActivity extends com.aspectran.core.activity.CoreActivityCreated: 2019-07-27
-
-
Constructor Summary
Constructors Constructor Description TowActivity(TowService service, io.undertow.server.HttpServerExchange exchange)Instantiates a new tow service
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidadapt()<T extends com.aspectran.core.activity.Activity>
TnewActivity()protected voidparseRequest()voidprepare(java.lang.String transletName, com.aspectran.core.context.rule.type.MethodType requestMethod)protected com.aspectran.core.support.i18n.locale.LocaleResolverresolveLocale()-
Methods inherited from class com.aspectran.core.activity.CoreActivity
close, execute, execute, getDeclaredResponse, getDesiredResponse, getIntendedRequestEncoding, getIntendedResponseEncoding, getProcessResult, getProcessResult, getRequestRule, getResponseRule, getTranslet, getTransletRule, handleException, isResponseReserved, parseDeclaredAttributes, parseDeclaredParameters, perform, perform, prepare, prepare, prepare, prepare, release, reserveResponse, reserveResponse
-
Methods inherited from class com.aspectran.core.activity.AdviceActivity
executeAdvice, executeAdvice, getAfterAdviceResult, getAfterAdviceRuleList, getAroundAdviceResult, getAspectAdviceBean, getBeforeAdviceResult, getBeforeAdviceRuleList, getExceptionRuleList, getFinallyAdviceResult, getFinallyAdviceRuleList, getSetting, handleException, prepareAspectAdviceRule, putAdviceResult, putAspectAdviceBean, registerAspectAdviceRule, registerSettingsAdviceRule, setCurrentAspectAdviceType
-
Methods inherited from class com.aspectran.core.activity.AbstractActivity
backupCurrentActivity, clearRaisedException, containsBean, containsBean, containsBean, getActivityContext, getApplicationAdapter, getBean, getBean, getBean, getCurrentActivity, getEnvironment, getOuterActivity, getPrototypeScopeBean, getRaisedException, getRequestAdapter, getResponseAdapter, getRootCauseOfRaisedException, getSessionAdapter, isExceptionRaised, isIncluded, removeCurrentActivity, saveCurrentActivity, setIncluded, setRaisedException, setRequestAdapter, setResponseAdapter, setSessionAdapter, terminate, terminate
-
-
-
-
Constructor Detail
-
TowActivity
public TowActivity(TowService service, io.undertow.server.HttpServerExchange exchange)
Instantiates a new tow service- Parameters:
service- the tow service
-
-
Method Detail
-
prepare
public void prepare(java.lang.String transletName, com.aspectran.core.context.rule.type.MethodType requestMethod)- Specified by:
preparein interfacecom.aspectran.core.activity.Activity- Overrides:
preparein classcom.aspectran.core.activity.CoreActivity
-
adapt
protected void adapt() throws com.aspectran.core.activity.AdapterException- Overrides:
adaptin classcom.aspectran.core.activity.CoreActivity- Throws:
com.aspectran.core.activity.AdapterException
-
parseRequest
protected void parseRequest()
- Overrides:
parseRequestin classcom.aspectran.core.activity.CoreActivity
-
resolveLocale
protected com.aspectran.core.support.i18n.locale.LocaleResolver resolveLocale()
- Overrides:
resolveLocalein classcom.aspectran.core.activity.CoreActivity
-
newActivity
public <T extends com.aspectran.core.activity.Activity> T newActivity()
- Specified by:
newActivityin interfacecom.aspectran.core.activity.Activity- Overrides:
newActivityin classcom.aspectran.core.activity.CoreActivity
-
-