if (channelRuntimeData == null) {
throw new IllegalStateException("No ChannelRuntimeData is associated with this IChannel, either no valid request has started or the request is complete.");
}
final String title = this.springPortletChannel.getTitle(this.channelStaticData, portalControlStructures, channelRuntimeData);
return new TitledChannelRuntimeProperties(title);
}
finally {
this.channelRuntimeDataLocal.remove();
this.portalControlStructuresLocal.remove();
}