
shared.viewSummaryDetail.inc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of console-common Show documentation
Show all versions of console-common Show documentation
This bundle contains common code that may be shared across plugins.
The newest version!
setPageSessionAttribute(key="viewKey" value="$pageSession{viewKeyValue}");
setPageSessionAttribute(key="showDetail" value="$boolean{false}");
setPageSessionAttribute(key="viewValue" value="summary");
if( $session{supportCluster}){
if ( !$session{$pageSession{viewKeyValue}} ){
setPageSessionAttribute(key="showDetail" value="$boolean{true}");
setPageSessionAttribute(key="viewValue" value="detail");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy