List of usage examples for com.liferay.portal.kernel.util ServerDetector WEBLOGIC_ID
String WEBLOGIC_ID
To view the source code for com.liferay.portal.kernel.util ServerDetector WEBLOGIC_ID.
Click Source Link
From source file:eu.ibacz.extlet.restart.WebLogicServletContainerController.java
License:Open Source License
/** * Returns {@link ServerDetector#WEBLOGIC_ID} */ public String getServerDetectorContainerId() { return ServerDetector.WEBLOGIC_ID; }