Liferay 7.0-ce-b4

com.liferay.portal.deploy.hot
Class CustomJspBagRegistryUtil

java.lang.Object
  extended by com.liferay.portal.deploy.hot.CustomJspBagRegistryUtil

public class CustomJspBagRegistryUtil
extends Object


Method Summary
static Map<com.liferay.registry.ServiceReference<CustomJspBag>,CustomJspBag> getCustomJspBags()
           
protected  InputStream getCustomJspInputStream(URLContainer urlContainer, String customJsp)
           
protected  void getCustomJsps(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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCustomJspBags

public static Map<com.liferay.registry.ServiceReference<CustomJspBag>,CustomJspBag> getCustomJspBags()

getCustomJspInputStream

protected InputStream getCustomJspInputStream(URLContainer urlContainer,
                                              String customJsp)
                                       throws IOException
Throws:
IOException

getCustomJsps

protected void getCustomJsps(URLContainer urlContainer,
                             String resourcePath,
                             List<String> customJsps)

getPortalJsp

protected String getPortalJsp(String customJsp,
                              String customJspDir)

getPortalJspBackupFile

protected File getPortalJspBackupFile(File portalJspFile)

initCustomJspBag

protected void initCustomJspBag(String contextId,
                                String contextName,
                                CustomJspBag customJspBag)
                         throws Exception
Throws:
Exception

verifyCustomJsps

protected void verifyCustomJsps(String contextId,
                                CustomJspBag customJspBag)
                         throws DuplicateCustomJspException
Throws:
DuplicateCustomJspException

Liferay 7.0-ce-b4