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 CustomJspBagpublic List<String> getCustomJsps()
getCustomJsps in interface CustomJspBagpublic com.liferay.portal.kernel.url.URLContainer getURLContainer()
getURLContainer in interface CustomJspBagpublic boolean isCustomJspGlobal()
isCustomJspGlobal in interface CustomJspBag