Class WebActivityExchange
java.lang.Object
com.aspectran.thymeleaf.context.web.WebActivityExchange
- All Implemented Interfaces:
org.thymeleaf.web.IWebExchange
-
Constructor Summary
ConstructorsConstructorDescriptionWebActivityExchange
(Activity activity, WebActivityRequest request, WebActivitySession session, WebActivityApplication application) -
Method Summary
Modifier and TypeMethodDescriptionstatic WebActivityExchange
buildExchange
(Activity activity) boolean
containsAttribute
(String name) org.thymeleaf.web.IWebApplication
int
getAttributeValue
(String name) org.thymeleaf.web.IWebRequest
org.thymeleaf.web.IWebSession
void
removeAttribute
(String name) void
setAttributeValue
(String name, Object value) transformURL
(String url) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.thymeleaf.web.IWebExchange
hasSession
-
Constructor Details
-
WebActivityExchange
public WebActivityExchange(Activity activity, WebActivityRequest request, WebActivitySession session, WebActivityApplication application)
-
-
Method Details
-
getRequest
public org.thymeleaf.web.IWebRequest getRequest()- Specified by:
getRequest
in interfaceorg.thymeleaf.web.IWebExchange
-
getSession
public org.thymeleaf.web.IWebSession getSession()- Specified by:
getSession
in interfaceorg.thymeleaf.web.IWebExchange
-
getApplication
public org.thymeleaf.web.IWebApplication getApplication()- Specified by:
getApplication
in interfaceorg.thymeleaf.web.IWebExchange
-
getPrincipal
- Specified by:
getPrincipal
in interfaceorg.thymeleaf.web.IWebExchange
-
getLocale
- Specified by:
getLocale
in interfaceorg.thymeleaf.web.IWebExchange
-
getContentType
- Specified by:
getContentType
in interfaceorg.thymeleaf.web.IWebExchange
-
getCharacterEncoding
- Specified by:
getCharacterEncoding
in interfaceorg.thymeleaf.web.IWebExchange
-
containsAttribute
- Specified by:
containsAttribute
in interfaceorg.thymeleaf.web.IWebExchange
-
getAttributeCount
public int getAttributeCount()- Specified by:
getAttributeCount
in interfaceorg.thymeleaf.web.IWebExchange
-
getAllAttributeNames
- Specified by:
getAllAttributeNames
in interfaceorg.thymeleaf.web.IWebExchange
-
getAttributeMap
- Specified by:
getAttributeMap
in interfaceorg.thymeleaf.web.IWebExchange
-
getAttributeValue
- Specified by:
getAttributeValue
in interfaceorg.thymeleaf.web.IWebExchange
-
setAttributeValue
- Specified by:
setAttributeValue
in interfaceorg.thymeleaf.web.IWebExchange
-
removeAttribute
- Specified by:
removeAttribute
in interfaceorg.thymeleaf.web.IWebExchange
-
transformURL
- Specified by:
transformURL
in interfaceorg.thymeleaf.web.IWebExchange
-
buildExchange
-