The sole purpose of this navigation handler is to support external content URIs when
creating a new content instance with
FxContentViewBean . When a new content was
created in the current request, the response is redirected to the external URI matching
the newly created content. Otherwise all subsequent calls relying on the external URI
(i.e. code that extracts the content ID from the URI) would fail.
Note that you have to provide a constructor taking a single NavigationHandler argument for
your class, or JSF won't be able to add your handler to the chain.
author: Daniel Lichtenberger (daniel.lichtenberger@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) version: $Rev: 1 $ |