org.objectweb.fractal.explorer.context
Class ContentControllerContext

java.lang.Object
  extended by org.objectweb.fractal.explorer.context.ContentControllerContext
All Implemented Interfaces:
Serializable, org.objectweb.util.explorer.api.Context

public class ContentControllerContext
extends Object
implements org.objectweb.util.explorer.api.Context

ContentController interface navigation context.

Version:
0.2
Author:
Jerome Moroy
See Also:
Serialized Form

Constructor Summary
ContentControllerContext()
           
 
Method Summary
 org.objectweb.util.explorer.api.Entry[] getEntries(Object object)
          Returns an array containing the entries contained by the target context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentControllerContext

public ContentControllerContext()
Method Detail

getEntries

public org.objectweb.util.explorer.api.Entry[] getEntries(Object object)
Returns an array containing the entries contained by the target context.

Specified by:
getEntries in interface org.objectweb.util.explorer.api.Context
Returns:
A new array of entry.