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:
$Id: PageLocal.html 1304280 2012-03-23 11:18:01Z ilgrosso $

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-2008 The Apache Software Foundation. All Rights Reserved.