public class CustomJspBagRegistryUtil
extends Object
Modifier and Type | Method and Description |
---|---|
static Map<com.liferay.registry.ServiceReference<CustomJspBag>,CustomJspBag> |
getCustomJspBags() |
protected InputStream |
getCustomJspInputStream(com.liferay.portal.kernel.url.URLContainer urlContainer,
String customJsp) |
protected void |
getCustomJsps(com.liferay.portal.kernel.url.URLContainer urlContainer,
String resourcePath,
List<String> customJsps) |
protected String |
getPortalJsp(String customJsp,
String customJspDir) |
protected File |
getPortalJspBackupFile(File portalJspFile) |
protected void |
initCustomJspBag(String contextId,
String contextName,
CustomJspBag customJspBag) |
protected void |
verifyCustomJsps(String contextId,
CustomJspBag customJspBag) |
public static Map<com.liferay.registry.ServiceReference<CustomJspBag>,CustomJspBag> getCustomJspBags()
protected InputStream getCustomJspInputStream(com.liferay.portal.kernel.url.URLContainer urlContainer, String customJsp) throws IOException
IOException
protected void getCustomJsps(com.liferay.portal.kernel.url.URLContainer urlContainer, String resourcePath, List<String> customJsps)
protected String getPortalJsp(String customJsp, String customJspDir)
protected File getPortalJspBackupFile(File portalJspFile)
protected void initCustomJspBag(String contextId, String contextName, CustomJspBag customJspBag) throws Exception
Exception
protected void verifyCustomJsps(String contextId, CustomJspBag customJspBag) throws DuplicateCustomJspException
DuplicateCustomJspException