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