org.zkoss.web.util.resource
Class ServletLabelResovler

java.lang.Object
  extended by org.zkoss.web.util.resource.ServletLabelResovler
All Implemented Interfaces:
VariableResolver

public class ServletLabelResovler
extends java.lang.Object
implements VariableResolver

Used with Labels to resolve XEL expressions in labels.

Author:
tomyeh

Constructor Summary
ServletLabelResovler()
           
 
Method Summary
 java.lang.Object resolveVariable(java.lang.String name)
          Resolves the specified variable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletLabelResovler

public ServletLabelResovler()
Method Detail

resolveVariable

public java.lang.Object resolveVariable(java.lang.String name)
                                 throws XelException
Description copied from interface: VariableResolver
Resolves the specified variable.

Specified by:
resolveVariable in interface VariableResolver
Parameters:
name - the name of the variable to resolve
Throws:
XelException


Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo