Liferay 7.0-ce-b7 portal-impl

com.liferay.portal.util
Class CustomJspRegistryImpl

java.lang.Object
  extended by com.liferay.portal.util.CustomJspRegistryImpl
All Implemented Interfaces:
com.liferay.portal.kernel.util.CustomJspRegistry

public class CustomJspRegistryImpl
extends Object
implements com.liferay.portal.kernel.util.CustomJspRegistry


Constructor Summary
CustomJspRegistryImpl()
           
 
Method Summary
 String getCustomJspFileName(String servletContextName, String fileName)
           
 String getDisplayName(String servletContextName)
           
 Set<String> getServletContextNames()
           
 void registerServletContextName(String servletContextName, String displayName)
           
 void unregisterServletContextName(String servletContextName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomJspRegistryImpl

public CustomJspRegistryImpl()
Method Detail

getCustomJspFileName

public String getCustomJspFileName(String servletContextName,
                                   String fileName)
Specified by:
getCustomJspFileName in interface com.liferay.portal.kernel.util.CustomJspRegistry

getDisplayName

public String getDisplayName(String servletContextName)
Specified by:
getDisplayName in interface com.liferay.portal.kernel.util.CustomJspRegistry

getServletContextNames

public Set<String> getServletContextNames()
Specified by:
getServletContextNames in interface com.liferay.portal.kernel.util.CustomJspRegistry

registerServletContextName

public void registerServletContextName(String servletContextName,
                                       String displayName)
Specified by:
registerServletContextName in interface com.liferay.portal.kernel.util.CustomJspRegistry

unregisterServletContextName

public void unregisterServletContextName(String servletContextName)
Specified by:
unregisterServletContextName in interface com.liferay.portal.kernel.util.CustomJspRegistry

Liferay 7.0-ce-b7 portal-impl