Interface RenderContext
public interface RenderContext
Render context providing
RenderNamingStrategy
and other resources that are required during rendering.- Since:
- 1.1
- Author:
- Mark Paluch, Mikhail Polivakha, Jens Schauder
-
Method Summary
Modifier and TypeMethodDescriptionReturns the configuredIdentifierProcessing
.Returns the configuredRenderNamingStrategy
.
-
Method Details
-
getNamingStrategy
RenderNamingStrategy getNamingStrategy()Returns the configuredRenderNamingStrategy
.- Returns:
- the
RenderNamingStrategy
.
-
getIdentifierProcessing
IdentifierProcessing getIdentifierProcessing()Returns the configuredIdentifierProcessing
.- Returns:
- the
IdentifierProcessing
. - Since:
- 2.0
-
getSelectRenderContext
SelectRenderContext getSelectRenderContext()- Returns:
- the
SelectRenderContext
.
-
getInsertRenderContext
InsertRenderContext getInsertRenderContext()- Returns:
- the
InsertRenderContext
-