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