org.riotfamily.riot.runtime
Interface RiotRuntimeAware

All Known Implementing Classes:
AbstractCommand, AddCommand, ChangePasswordController, ChooseCommand, CopyCommand, CountryFlagRenderer, CutCommand, CutPageCommand, DefaultObjectRenderer, DeleteCommand, DeletePageCommand, DescendCommand, DialogCommand, DiscardPageCommand, EditCommand, EditorRepository, EditPageCommand, ExportCommand, GotoPageCommand, GotoSiteCommand, LinkCommand, LocaleRenderer, LoginInterceptor, PasteCommand, PastePageCommand, PopupCommand, PreviewCommand, PublishPageCommand, RefreshCommand, RiotRuntimeInitializer, ShowChildPagesCommand, StepIntoCommand, SwapCommand, SwapPageCommand, TranslatePageCommand, UnpublishPageCommand, ViewCommand, XmlEditorRepository

public interface RiotRuntimeAware

Interface to be implemented by beans that need to be aware of the RiotRuntime.

Since:
6.5
Author:
Felix Gnass [fgnass at neteye dot de]

Method Summary
 void setRiotRuntime(RiotRuntime runtime)
           
 

Method Detail

setRiotRuntime

void setRiotRuntime(RiotRuntime runtime)