Package com.liferay.portal.deploy.hot
Class CustomJspBagImpl
Object
com.liferay.portal.deploy.hot.CustomJspBagImpl
- All Implemented Interfaces:
CustomJspBag
- Author:
- Peter Fellwock, Raymond Augé
-
Constructor Summary
ConstructorsConstructorDescriptionCustomJspBagImpl
(com.liferay.portal.kernel.url.URLContainer urlContainer, String customJspDir, boolean customJspGlobal) -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.url.URLContainer
boolean
-
Constructor Details
-
CustomJspBagImpl
public CustomJspBagImpl(com.liferay.portal.kernel.url.URLContainer urlContainer, String customJspDir, boolean customJspGlobal)
-
-
Method Details
-
getCustomJspDir
- Specified by:
getCustomJspDir
in interfaceCustomJspBag
-
getCustomJsps
- Specified by:
getCustomJsps
in interfaceCustomJspBag
-
getURLContainer
public com.liferay.portal.kernel.url.URLContainer getURLContainer()- Specified by:
getURLContainer
in interfaceCustomJspBag
-
isCustomJspGlobal
public boolean isCustomJspGlobal()- Specified by:
isCustomJspGlobal
in interfaceCustomJspBag
-