java.lang.Object
com.semanticcms.core.servlet.CurrentPage
Tracking of the current page during request processing and capturing.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ScopeEE.Request.Attribute<Page>
Cleared and restored on request in CapturePage. -
Method Summary
Modifier and TypeMethodDescriptionstatic Page
getCurrentPage
(ServletRequest request) Gets the currentPage ornull
if not inside aPageTag
.static void
setCurrentPage
(ServletRequest request, Page page)
-
Field Details
-
REQUEST_ATTRIBUTE
Cleared and restored on request in CapturePage.
-
-
Method Details
-
getCurrentPage
Gets the currentPage ornull
if not inside aPageTag
. -
setCurrentPage
-