Interface ContextMapper
public interface ContextMapper
IContext mapper.-
Method Summary
Modifier and TypeMethodDescriptionorg.thymeleaf.context.IContextmap(SendUrlDTO sendUrl) MapsSendUrlDTOtoIContext.org.thymeleaf.context.IContextMapsStringtoIContext.default voidsetVariables(org.thymeleaf.context.AbstractContext context, SendUrlDTO sendUrl) Sets variables in theAbstractContextafter mapping.
-
Method Details
-
map
MapsSendUrlDTOtoIContext.- Parameters:
sendUrl- theSendUrlDTO- Returns:
- the
IContext
-
map
-
setVariables
Sets variables in theAbstractContextafter mapping.- Parameters:
context- theAbstractContextsendUrl- theSendUrlDTO
-