Package com.liferay.portal.deploy.hot
Class CustomJspBagRegistryUtil
Object
com.liferay.portal.deploy.hot.CustomJspBagRegistryUtil
- Author:
- Peter Fellwock, Raymond Augé
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Map<org.osgi.framework.ServiceReference<CustomJspBag>,
CustomJspBag> 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)
-
Constructor Details
-
CustomJspBagRegistryUtil
public CustomJspBagRegistryUtil()
-
-
Method Details
-
getCustomJspBags
public static Map<org.osgi.framework.ServiceReference<CustomJspBag>,CustomJspBag> getCustomJspBags() -
getCustomJspInputStream
protected static InputStream getCustomJspInputStream(com.liferay.portal.kernel.url.URLContainer urlContainer, String customJsp) throws IOException - Throws:
IOException
-
getCustomJsps
-
getPortalJsp
-
getPortalJspBackupFile
-
initCustomJspBag
protected static void initCustomJspBag(String contextId, String contextName, CustomJspBag customJspBag) throws Exception - Throws:
Exception
-
verifyCustomJsps
protected static void verifyCustomJsps(String contextId, CustomJspBag customJspBag) throws DuplicateCustomJspException - Throws:
DuplicateCustomJspException
-