lumis.portal.el
Class PortalFunctionMapper
java.lang.Object
lumis.portal.el.PortalFunctionMapper
- All Implemented Interfaces:
- javax.servlet.jsp.el.FunctionMapper, IExtendedFunctionMapper
public class PortalFunctionMapper
- extends java.lang.Object
- implements IExtendedFunctionMapper
Portal general EL function mapper.
Resolves EL functions to be available in any portal context.
- Since:
- 5.6.0
Method Summary |
static java.lang.String |
localize(java.lang.String[] args)
Resolves the string. |
java.lang.reflect.Method |
resolveFunction(java.lang.String prefix,
java.lang.String methodName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalFunctionMapper
public PortalFunctionMapper()
localize
public static java.lang.String localize(java.lang.String[] args)
throws PortalException
- Resolves the string.
- Parameters:
args
- the localize function parameters. First argument is the
identifier of the string to be localized. The second argument is optional,
and is the resource path to be included in the localization.
- Returns:
- localized string.
- Throws:
PortalException
- if an error occur localizing the string.- Since:
- 5.6.0
resolveFunction
public java.lang.reflect.Method resolveFunction(java.lang.String prefix,
java.lang.String methodName)
- Specified by:
resolveFunction
in interface javax.servlet.jsp.el.FunctionMapper
Lumisportal 6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.