Uses of Interface
com.google.openrtb.snippet.SnippetMacroType
-
Packages that use SnippetMacroType Package Description com.google.openrtb.snippet Support for HTML snippet manipulation (macros, escaping, URL building). -
-
Uses of SnippetMacroType in com.google.openrtb.snippet
Classes in com.google.openrtb.snippet that implement SnippetMacroType Modifier and Type Class Description classOpenRtbMacrosOpenRTB 4.6: Standard OpenRTB macros.Methods in com.google.openrtb.snippet that return SnippetMacroType Modifier and Type Method Description SnippetMacroTypeUndefinedMacroException. key()Methods in com.google.openrtb.snippet that return types with arguments of type SnippetMacroType Modifier and Type Method Description protected List<SnippetMacroType>OpenRtbSnippetProcessor. registerMacros()protected List<SnippetMacroType>SnippetProcessor. registerMacros()Methods in com.google.openrtb.snippet with parameters of type SnippetMacroType Modifier and Type Method Description protected OpenRtb.BidRequest.ImpOrBuilderOpenRtbSnippetProcessor. findImp(SnippetProcessorContext ctx, SnippetMacroType macro)protected booleanOpenRtbSnippetProcessor. processMacroAt(SnippetProcessorContext ctx, SnippetMacroType macroDef)protected abstract booleanSnippetProcessor. processMacroAt(SnippetProcessorContext ctx, SnippetMacroType macroDef)Constructors in com.google.openrtb.snippet with parameters of type SnippetMacroType Constructor Description UndefinedMacroException(SnippetMacroType key)UndefinedMacroException(SnippetMacroType key, String message)
-