}
else if (getPathType() == TYPE_TML) {
if (this.contentKey != null) {
URLID contentid = new URLID(this.contentKey, this.database);
boolean isBI = WGPDispatcher.isBrowserInterface(request.getSession()) || WGPDispatcher.isAuthoringMode(database.getDbReference(), request.getSession());
this.content = WGPDispatcher.getContentByAnyKey(contentid, database, new RequestLanguageChooser(database, request), isBI);
if (this.content != null) {
// Look if we really used the parsed content URLID information.
if (!contentid.isCompleteFormat()) {
completePath = false;
}