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