Package com.liferay.portal.util
Class CustomJspRegistryImpl
Object
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
- Author:
- Ryan Park, Brian Wing Shun Chan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCustomJspFileName(String servletContextName, String fileName) getDisplayName(String servletContextName) voidregisterServletContextName(String servletContextName, String displayName) voidunregisterServletContextName(String servletContextName)
-
Constructor Details
-
CustomJspRegistryImpl
public CustomJspRegistryImpl()
-
-
Method Details
-
getCustomJspFileName
- Specified by:
getCustomJspFileNamein interfacecom.liferay.portal.kernel.util.CustomJspRegistry
-
getDisplayName
- Specified by:
getDisplayNamein interfacecom.liferay.portal.kernel.util.CustomJspRegistry
-
getServletContextNames
- Specified by:
getServletContextNamesin interfacecom.liferay.portal.kernel.util.CustomJspRegistry
-
registerServletContextName
- Specified by:
registerServletContextNamein interfacecom.liferay.portal.kernel.util.CustomJspRegistry
-
unregisterServletContextName
- Specified by:
unregisterServletContextNamein interfacecom.liferay.portal.kernel.util.CustomJspRegistry
-