public interface Resource extends Adaptable
getAdapter
Resource initialize(WebContext ctx, ResourceType type, Object... args)
void dispose()
WebContext getContext()
ResourceType getType()
boolean isInstanceOf(String type)
String getTrailingPath()
String getNextSegment()
Resource getPrevious()
void setPrevious(Resource previous)
boolean isAdapter()
boolean isRoot()
void setRoot(boolean isRoot)
List<LinkDescriptor> getLinks(String category)
AdapterResource newAdapter(String type, Object... args)
Template getTemplate(String fileName)
AdapterResource getActiveAdapter()
boolean checkGuard(String guard) throws ParseException
ParseException
Copyright © 2019 Nuxeo. All rights reserved.