Uses of Interface
org.javlo.macro.core.IMacro
-
-
Uses of IMacro in CleanResourceNameMacro
Classes in CleanResourceNameMacro that implement IMacro Modifier and Type Class Description class
CleanResourceImageMacro
-
Uses of IMacro in org.javlo.config
Methods in org.javlo.config that return types with arguments of type IMacro Modifier and Type Method Description List<IMacro>
StaticConfig. getSpecialMacros()
-
Uses of IMacro in org.javlo.data
Methods in org.javlo.data that return types with arguments of type IMacro Modifier and Type Method Description List<IMacro>
InfoBean. getAddMacro()
-
Uses of IMacro in org.javlo.macro
-
Uses of IMacro in org.javlo.macro.bean
Classes in org.javlo.macro.bean that implement IMacro Modifier and Type Class Description class
MacroGoHome
-
Uses of IMacro in org.javlo.macro.core
Subinterfaces of IMacro in org.javlo.macro.core Modifier and Type Interface Description interface
IInteractiveMacro
Classes in org.javlo.macro.core that implement IMacro Modifier and Type Class Description class
AbstractInteractiveMacro
class
MacroBean
Methods in org.javlo.macro.core that return IMacro Modifier and Type Method Description IMacro
MacroFactory. getMacro(String name)
Methods in org.javlo.macro.core that return types with arguments of type IMacro Modifier and Type Method Description List<IMacro>
MacroFactory. getMacros()
Method parameters in org.javlo.macro.core with type arguments of type IMacro Modifier and Type Method Description static void
MacroFactory. sort(List<IMacro> macros)
-
Uses of IMacro in org.javlo.macro.interactive
Classes in org.javlo.macro.interactive that implement IMacro Modifier and Type Class Description class
AbstractDisplayModule
class
ChangeImageFilter
class
CreateArticle
class
CreateArticleWidthTemplates
class
CreateBusinessComponent
class
CreateChildren
class
CreateContentChildren
class
CreateRedirectionForAllLanguages
class
DeleteComponent
class
DeleteDynamicComponent
class
DisplayDashBoard
class
DisplaySeoReport
class
ImportContent
class
ImportExternalPage
class
ImportGalleryMacro
class
ImportHTMLPageMacro
class
ImportJCRPageMacro
class
LogAsUser
class
MailingStat
class
PushStaticOnFtp
class
RenameChildren
class
SmartImport
class
SocialShare
class
UpdateUserRole
class
UploadGallery
-
Uses of IMacro in org.javlo.macro.interactive.module
Classes in org.javlo.macro.interactive.module that implement IMacro Modifier and Type Class Description class
ComponentsMacroModule
class
MailingMacroModule
class
TaxonomyMacroModule
class
TemplateMacroModule
class
UserMacroModule
-
Uses of IMacro in org.javlo.module.macro
Methods in org.javlo.module.macro that return IMacro Modifier and Type Method Description IMacro
MacroModuleContext. getActiveMacro()
Methods in org.javlo.module.macro with parameters of type IMacro Modifier and Type Method Description void
MacroModuleContext. setActiveMacro(IMacro activeMacro)
-