Uses of Interface
com.cassinidivision.oce.urlhandling.URLHandler

Packages that use URLHandler
com.cassinidivision.oce.rendering The OCE core rendering functionality, templates, components and exceptions. 
 

Uses of URLHandler in com.cassinidivision.oce.rendering
 

Classes in com.cassinidivision.oce.rendering that implement URLHandler
 class OCE_Feature
          The default OCE URL handling class, that utilizes the default OCE navigation framework for the purposes of rendering content.
 

Methods in com.cassinidivision.oce.rendering that return URLHandler
static URLHandler URLParser.handlerWithName(String handlerName)
          Build an instance of the named URL handler class.
static URLHandler URLParser.urlHandlerForURIComponents(NSArray handlerURIComponents)
          Retrieve the correct URL handler for processing the URI components provided.