|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.el.PortalFunctionMapper
public class PortalFunctionMapper
Portal general EL function mapper.
Resolves EL functions to be available in any portal context.
Constructor Summary | |
---|---|
PortalFunctionMapper()
|
Method Summary | |
---|---|
void |
afterEvaluation()
Performs any needed operations after the evaluation happens. |
void |
beforeEvaluation()
Performs any initialization needed before the evaluation is performed. |
static String |
localize(String[] args)
Resolves the string. |
Method |
resolveFunction(String prefix,
String methodName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortalFunctionMapper()
Method Detail |
---|
public static String localize(String[] args) throws PortalException
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.
PortalException
- if an error occur localizing the string.public Method resolveFunction(String prefix, String methodName)
resolveFunction
in interface FunctionMapper
public void beforeEvaluation()
public void afterEvaluation()
finally
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |