Class AutoPageTranslateServiceImpl.AutoTranslateRuleConfigContentRule
- java.lang.Object
 - 
- com.composum.ai.aem.core.impl.autotranslate.AutoPageTranslateServiceImpl.AutoTranslateRuleConfigContentRule
 
 
- 
- All Implemented Interfaces:
 Annotation
- Enclosing class:
 - AutoPageTranslateServiceImpl
 
protected static class AutoPageTranslateServiceImpl.AutoTranslateRuleConfigContentRule extends Object implements AutoTranslateRuleConfig
Simple implementation of this for content translation rules. 
- 
- 
Constructor Summary
Constructors Constructor Description AutoTranslateRuleConfigContentRule(String contentPattern, String additionalInstructions) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringadditionalInstructions()Class<? extends Annotation>annotationType()Stringcomment()StringcontentPattern()StringpathRegex()StringtoString()- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode 
 - 
 
 - 
 
- 
- 
Method Detail
- 
pathRegex
public String pathRegex()
 
- 
contentPattern
public String contentPattern()
 
- 
additionalInstructions
public String additionalInstructions()
 
- 
comment
public String comment()
 
- 
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
 annotationTypein interfaceAnnotation
 
- 
toString
public String toString()
- Specified by:
 toStringin interfaceAnnotation- Overrides:
 toStringin classObject
 
 - 
 
 -