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) void
registerServletContextName
(String servletContextName, String displayName) void
unregisterServletContextName
(String servletContextName)
-
Constructor Details
-
CustomJspRegistryImpl
public CustomJspRegistryImpl()
-
-
Method Details
-
getCustomJspFileName
- Specified by:
getCustomJspFileName
in interfacecom.liferay.portal.kernel.util.CustomJspRegistry
-
getDisplayName
- Specified by:
getDisplayName
in interfacecom.liferay.portal.kernel.util.CustomJspRegistry
-
getServletContextNames
- Specified by:
getServletContextNames
in interfacecom.liferay.portal.kernel.util.CustomJspRegistry
-
registerServletContextName
- Specified by:
registerServletContextName
in interfacecom.liferay.portal.kernel.util.CustomJspRegistry
-
unregisterServletContextName
- Specified by:
unregisterServletContextName
in interfacecom.liferay.portal.kernel.util.CustomJspRegistry
-