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 InputStreamgetCustomJspInputStream(com.liferay.portal.kernel.url.URLContainer urlContainer, String customJsp) protected static voidgetCustomJsps(com.liferay.portal.kernel.url.URLContainer urlContainer, String resourcePath, List<String> customJsps) protected static StringgetPortalJsp(String customJsp, String customJspDir) protected static FilegetPortalJspBackupFile(File portalJspFile) protected static voidinitCustomJspBag(String contextId, String contextName, CustomJspBag customJspBag) protected static voidverifyCustomJsps(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
-