org.zkoss.zest.sys.impl
Class ViewInfoProxy

java.lang.Object
  extended by org.zkoss.zest.sys.impl.ViewInfoProxy

public class ViewInfoProxy
extends java.lang.Object

Used to hold ViewInfo and evaluate the EL expressions it might have.

Since:
1.1.0
Author:
tomyeh

Constructor Summary
ViewInfoProxy(java.lang.String type, java.lang.String content)
           
 
Method Summary
 ViewInfo getViewInfo(ActionContext ac)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ViewInfoProxy

public ViewInfoProxy(java.lang.String type,
                     java.lang.String content)
Method Detail

getViewInfo

public ViewInfo getViewInfo(ActionContext ac)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005-2010 Potix Corporation. All Rights Reserved.