org.apache.cocoon.components.flow.javascript.fom
Interface PageLocal

All Superinterfaces:
org.mozilla.javascript.Scriptable
All Known Implementing Classes:
PageLocalImpl

public interface PageLocal
extends org.mozilla.javascript.Scriptable

Version:
CVS $Id: PageLocal.java 36239 2004-08-11 18:28:06Z vgritsenko $

Field Summary
 
Fields inherited from interface org.mozilla.javascript.Scriptable
NOT_FOUND
 
Method Summary
 Object getId()
           
 void setPageLocalScope(PageLocalScope scope)
           
 
Methods inherited from interface org.mozilla.javascript.Scriptable
delete, delete, get, get, getClassName, getDefaultValue, getIds, getParentScope, getPrototype, has, has, hasInstance, put, put, setParentScope, setPrototype
 

Method Detail

getId

public Object getId()

setPageLocalScope

public void setPageLocalScope(PageLocalScope scope)


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.