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

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

Introduction

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

Prototype

String TOMCAT_ID

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

Click Source Link

Usage

From source file:eu.ibacz.extlet.restart.TomcatServletContainerController.java

License:Open Source License

/**
 * Returns {@link ServerDetector#TOMCAT_ID}
 */
public String getServerDetectorContainerId() {
    return ServerDetector.TOMCAT_ID;
}