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.CustomJspBag
public java.util.List<java.lang.String> getCustomJsps()
getCustomJsps
in interface com.liferay.portal.deploy.hot.CustomJspBag
public com.liferay.portal.kernel.url.URLContainer getURLContainer()
getURLContainer
in interface com.liferay.portal.deploy.hot.CustomJspBag
public boolean isCustomJspGlobal()
isCustomJspGlobal
in interface com.liferay.portal.deploy.hot.CustomJspBag
protected void activate(org.osgi.framework.BundleContext bundleContext)