org.zkoss.zk.ui.impl
Class VolatilePage

java.lang.Object
  extended by org.zkoss.zk.ui.AbstractPage
      extended by org.zkoss.zk.ui.impl.PageImpl
          extended by org.zkoss.zk.ui.impl.VolatilePage
All Implemented Interfaces:
java.io.Serializable, ClassResolver, Scope, IdSpace, Page, PageCtrl

public class VolatilePage
extends PageImpl

A page that does not really exist at the client. Its existence is temporary. It is usually used by UiEngine to create components from a ZUML page that eventually shall not be attached to the desktop.

Notice that all components attached to this page won't be output to the client.

Since:
6.0.0
Author:
tomyeh
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.zkoss.zk.ui.Page
APPLICATION_SCOPE, DESKTOP_SCOPE, PAGE_SCOPE, REQUEST_SCOPE, SESSION_SCOPE
 
Constructor Summary
VolatilePage(Page ref)
           
VolatilePage(PageDefinition pgdef)
          Constructs a page by giving the page definition.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.zkoss.zk.ui.impl.PageImpl
addAfterHeadTags, addBeforeHeadTags, addClassResolver, addDeferredZScript, addEventListener, addFunctionMapper, addScopeListener, addVariableResolver, destroy, getAfterHeadTags, getAttribute, getAttribute, getAttribute, getAttributeOrFellow, getAttributes, getAttributes, getAutomaticTimeout, getBeforeHeadTags, getCacheable, getComponentDefinition, getComponentDefinition, getComponentDefinitionMap, getContentType, getDesktop, getDocType, getEventListeners, getExpressionFactoryClass, getFirstLine, getFunctionMapper, getId, getInterpreter, getLanguageDefinition, getListenerIterator, getLoadedInterpreters, getOwner, getRequestPath, getResponseHeaders, getRootAttributes, getStyle, getTitle, getUuid, getViewport, getWidgetClass, getXelVariable, getXelVariable, getZScriptClass, getZScriptFunction, getZScriptFunction, getZScriptLanguage, getZScriptVariable, getZScriptVariable, hasAttribute, hasAttribute, hasAttribute, hasAttributeOrFellow, hasFunctionMapper, hasVariableResolver, init, init, interpret, invalidate, isAlive, isComplete, isListenerAvailable, preInit, redraw, removeAttribute, removeAttribute, removeAttribute, removeEventListener, removeFunctionMapper, removeScopeListener, removeVariableResolver, resolveClass, sessionDidActivate, sessionWillPassivate, setAttribute, setAttribute, setAttribute, setAutomaticTimeout, setCacheable, setComplete, setContentType, setDocType, setExpressionFactoryClass, setFirstLine, setId, setOwner, setRootAttributes, setStyle, setTitle, setViewport, setWidgetClass, setZScriptLanguage
 
Methods inherited from class org.zkoss.zk.ui.AbstractPage
getFellow, getFellow, getFellowIfAny, getFellowIfAny, getFellows, getFirstRoot, getLastRoot, getRoots, hasFellow, hasFellow, removeComponents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VolatilePage

public VolatilePage(PageDefinition pgdef)
Constructs a page by giving the page definition.

Parameters:
pgdef - the page definition (never null).

VolatilePage

public VolatilePage(Page ref)
Method Detail

toString

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


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