public abstract class BaseCustomJspBag
extends java.lang.Object
implements com.liferay.portal.deploy.hot.CustomJspBag
| Constructor and Description |
|---|
BaseCustomJspBag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(org.osgi.framework.BundleContext bundleContext) |
java.lang.String |
getCustomJspDir() |
java.util.List<java.lang.String> |
getCustomJsps() |
com.liferay.portal.kernel.url.URLContainer |
getURLContainer() |
boolean |
isCustomJspGlobal() |
public java.lang.String getCustomJspDir()
getCustomJspDir in interface com.liferay.portal.deploy.hot.CustomJspBagpublic java.util.List<java.lang.String> getCustomJsps()
getCustomJsps in interface com.liferay.portal.deploy.hot.CustomJspBagpublic com.liferay.portal.kernel.url.URLContainer getURLContainer()
getURLContainer in interface com.liferay.portal.deploy.hot.CustomJspBagpublic boolean isCustomJspGlobal()
isCustomJspGlobal in interface com.liferay.portal.deploy.hot.CustomJspBagprotected void activate(org.osgi.framework.BundleContext bundleContext)