Class AbstractInternalPage
java.lang.Object
org.apache.tapestry5.corelib.base.AbstractInternalPage
- Direct Known Subclasses:
ExceptionReport
,T5Dashboard
Base page for Tapestry internal pages, that should suppress any application changes to the core stack's CSS.
CSS from the core stack is suppressed, instead the internal stack (which exists for just this purpose)
is imported.
- Since:
- 5.4
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
request
-
-
Constructor Details
-
AbstractInternalPage
public AbstractInternalPage()
-