public class CustomJspBagImpl extends Object implements CustomJspBag
Constructor and Description |
---|
CustomJspBagImpl(com.liferay.portal.kernel.url.URLContainer urlContainer,
String customJspDir,
boolean customJspGlobal) |
Modifier and Type | Method and Description |
---|---|
String |
getCustomJspDir() |
List<String> |
getCustomJsps() |
com.liferay.portal.kernel.url.URLContainer |
getURLContainer() |
boolean |
isCustomJspGlobal() |
public CustomJspBagImpl(com.liferay.portal.kernel.url.URLContainer urlContainer, String customJspDir, boolean customJspGlobal)
public String getCustomJspDir()
getCustomJspDir
in interface CustomJspBag
public List<String> getCustomJsps()
getCustomJsps
in interface CustomJspBag
public com.liferay.portal.kernel.url.URLContainer getURLContainer()
getURLContainer
in interface CustomJspBag
public boolean isCustomJspGlobal()
isCustomJspGlobal
in interface CustomJspBag