Skip navigation links
C G I P R S 

C

clearInjectedData() - Method in interface com.liferay.portal.template.soy.util.SoyContext
 
com.liferay.portal.template.react.renderer - package com.liferay.portal.template.react.renderer
 
com.liferay.portal.template.soy - package com.liferay.portal.template.soy
 
com.liferay.portal.template.soy.constants - package com.liferay.portal.template.soy.constants
 
com.liferay.portal.template.soy.data - package com.liferay.portal.template.soy.data
 
com.liferay.portal.template.soy.renderer - package com.liferay.portal.template.soy.renderer
 
com.liferay.portal.template.soy.util - package com.liferay.portal.template.soy.util
 
ComponentDescriptor - Class in com.liferay.portal.template.react.renderer
 
ComponentDescriptor(String) - Constructor for class com.liferay.portal.template.react.renderer.ComponentDescriptor
 
ComponentDescriptor(String, String) - Constructor for class com.liferay.portal.template.react.renderer.ComponentDescriptor
 
ComponentDescriptor(String, String, Collection<String>) - Constructor for class com.liferay.portal.template.react.renderer.ComponentDescriptor
 
ComponentDescriptor(String, String, Collection<String>, boolean) - Constructor for class com.liferay.portal.template.react.renderer.ComponentDescriptor
 
ComponentDescriptor(String, String, Collection<String>, boolean, String) - Constructor for class com.liferay.portal.template.react.renderer.ComponentDescriptor
 
ComponentDescriptor - Class in com.liferay.portal.template.soy.renderer
 
ComponentDescriptor(String, String) - Constructor for class com.liferay.portal.template.soy.renderer.ComponentDescriptor
 
ComponentDescriptor(String, String, String) - Constructor for class com.liferay.portal.template.soy.renderer.ComponentDescriptor
 
ComponentDescriptor(String, String, String, Collection<String>) - Constructor for class com.liferay.portal.template.soy.renderer.ComponentDescriptor
 
ComponentDescriptor(String, String, String, Collection<String>, boolean, boolean, boolean) - Constructor for class com.liferay.portal.template.soy.renderer.ComponentDescriptor
 
createSoyContext() - Method in interface com.liferay.portal.template.soy.util.SoyContextFactory
 
createSoyContext(Map<String, Object>) - Method in interface com.liferay.portal.template.soy.util.SoyContextFactory
 
createSoyContext() - Static method in class com.liferay.portal.template.soy.util.SoyContextFactoryUtil
 
createSoyContext(Map<String, Object>) - Static method in class com.liferay.portal.template.soy.util.SoyContextFactoryUtil
 
createSoyHTMLData(String) - Method in interface com.liferay.portal.template.soy.data.SoyDataFactory
Deprecated.
As of Mueller (7.2.x), replaced by SoyDataFactory.createSoyRawData(String)
createSoyRawData(String) - Method in interface com.liferay.portal.template.soy.data.SoyDataFactory
 
createSoyTemplateResource(List<TemplateResource>) - Method in interface com.liferay.portal.template.soy.SoyTemplateResourceFactory
 

G

getAllTemplateResources() - Method in interface com.liferay.portal.template.soy.util.SoyTemplateResourcesProvider
Deprecated.
As of Mueller (7.2.x), with no direct replacement
getBundleTemplateResources(Bundle, String) - Method in interface com.liferay.portal.template.soy.util.SoyTemplateResourcesProvider
 
getComponentId() - Method in class com.liferay.portal.template.react.renderer.ComponentDescriptor
 
getComponentId() - Method in class com.liferay.portal.template.soy.renderer.ComponentDescriptor
 
getDependencies() - Method in class com.liferay.portal.template.react.renderer.ComponentDescriptor
 
getDependencies() - Method in class com.liferay.portal.template.soy.renderer.ComponentDescriptor
 
getModule() - Method in class com.liferay.portal.template.react.renderer.ComponentDescriptor
 
getModule() - Method in class com.liferay.portal.template.soy.renderer.ComponentDescriptor
 
getPropsTransformer() - Method in class com.liferay.portal.template.react.renderer.ComponentDescriptor
 
getSoyContextFactory() - Static method in class com.liferay.portal.template.soy.util.SoyContextFactoryUtil
 
getTemplateNamespace() - Method in class com.liferay.portal.template.soy.renderer.ComponentDescriptor
 
getTemplateResources() - Method in interface com.liferay.portal.template.soy.SoyTemplateResource
 
getValue() - Method in interface com.liferay.portal.template.soy.util.SoyRawData
 

I

INJECTED_DATA - Static variable in class com.liferay.portal.template.soy.constants.SoyTemplateConstants
 
isPositionInLine() - Method in class com.liferay.portal.template.react.renderer.ComponentDescriptor
 
isPositionInLine() - Method in class com.liferay.portal.template.soy.renderer.ComponentDescriptor
 
isRenderJavascript() - Method in class com.liferay.portal.template.soy.renderer.ComponentDescriptor
 
isWrapper() - Method in class com.liferay.portal.template.soy.renderer.ComponentDescriptor
 

P

put(String, Object) - Method in interface com.liferay.portal.template.soy.util.SoyContext
 
put(String, UnsafeSupplier<?, Exception>) - Method in interface com.liferay.portal.template.soy.util.SoyContext
 
putHTML(String, String) - Method in interface com.liferay.portal.template.soy.util.SoyContext
Put an HTML parameter in the SoyContext container.
putInjectedData(String, Object) - Method in interface com.liferay.portal.template.soy.util.SoyContext
 

R

ReactRenderer - Interface in com.liferay.portal.template.react.renderer
 
removeInjectedData(String) - Method in interface com.liferay.portal.template.soy.util.SoyContext
 
renderReact(ComponentDescriptor, Map<String, Object>, HttpServletRequest, Writer) - Method in interface com.liferay.portal.template.react.renderer.ReactRenderer
 
renderSoy(HttpServletRequest, HttpServletResponse, String, Map<String, ?>) - Method in interface com.liferay.portal.template.soy.renderer.SoyRenderer
 
renderSoy(HttpServletRequest, Writer, String, Map<String, ?>) - Method in interface com.liferay.portal.template.soy.renderer.SoyRenderer
 
renderSoyComponent(HttpServletRequest, HttpServletResponse, ComponentDescriptor, Map<String, ?>) - Method in interface com.liferay.portal.template.soy.renderer.SoyComponentRenderer
 
renderSoyComponent(HttpServletRequest, Writer, ComponentDescriptor, Map<String, ?>) - Method in interface com.liferay.portal.template.soy.renderer.SoyComponentRenderer
 

S

setSoyContextFactory(SoyContextFactory) - Static method in class com.liferay.portal.template.soy.util.SoyContextFactoryUtil
 
SoyComponentRenderer - Interface in com.liferay.portal.template.soy.renderer
 
SoyContext - Interface in com.liferay.portal.template.soy.util
 
SoyContextFactory - Interface in com.liferay.portal.template.soy.util
 
SoyContextFactoryUtil - Class in com.liferay.portal.template.soy.util
 
SoyContextFactoryUtil() - Constructor for class com.liferay.portal.template.soy.util.SoyContextFactoryUtil
 
SoyDataFactory - Interface in com.liferay.portal.template.soy.data
Describes the API of an OSGi service that creates specialized complex types that can be used in Soy templates.
SoyHTMLData - Interface in com.liferay.portal.template.soy.data
Deprecated.
As of Mueller (7.2.x), , replaced by SoyRawData
SoyRawData - Interface in com.liferay.portal.template.soy.util
This interface can be implemented by any specialized class that is capable of returning a low level value for the Soy template system.
SoyRenderer - Interface in com.liferay.portal.template.soy.renderer
 
SoyTemplateConstants - Class in com.liferay.portal.template.soy.constants
 
SoyTemplateConstants() - Constructor for class com.liferay.portal.template.soy.constants.SoyTemplateConstants
 
SoyTemplateResource - Interface in com.liferay.portal.template.soy
 
SoyTemplateResourceFactory - Interface in com.liferay.portal.template.soy
 
SoyTemplateResourcesProvider - Interface in com.liferay.portal.template.soy.util
 
C G I P R S 
Skip navigation links