Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webengine.app.extensions
Class ExtensibleResource

java.lang.Object
  extended by org.nuxeo.ecm.webengine.app.extensions.ExtensibleResource
All Implemented Interfaces:
Resource, Adaptable
Direct Known Subclasses:
DocumentResource

public abstract class ExtensibleResource
extends Object
implements Resource

A resource that can be extended with sub resources contributed via an ResourceContribution.

Author:
Bogdan Stefanescu

Constructor Summary
ExtensibleResource()
           
ExtensibleResource(WebContext ctx)
           
 
Method Summary
 Object dispatch(String key)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nuxeo.ecm.webengine.model.Resource
checkGuard, dispose, getActiveAdapter, getContext, getFacets, getLinks, getModule, getName, getNext, getNextSegment, getPath, getPrevious, getTemplate, getTrailingPath, getType, getURL, getView, hasFacet, initialize, isAdapter, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot
 
Methods inherited from interface org.nuxeo.runtime.model.Adaptable
getAdapter
 

Constructor Detail

ExtensibleResource

public ExtensibleResource()

ExtensibleResource

public ExtensibleResource(WebContext ctx)
Method Detail

dispatch

public Object dispatch(String key)

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.