Example usage for com.liferay.portal.kernel.util ServerDetector WEBLOGIC_ID

List of usage examples for com.liferay.portal.kernel.util ServerDetector WEBLOGIC_ID

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.util ServerDetector WEBLOGIC_ID.

Prototype

String WEBLOGIC_ID

To view the source code for com.liferay.portal.kernel.util ServerDetector WEBLOGIC_ID.

Click Source Link

Usage

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;
}