Package org.ujorm.tools.web.ao
Interface Injector
- All Superinterfaces:
CharSequence
- All Known Implementing Classes:
JavaScriptWriter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An common element writer
- Author:
- Pavel Ponec
-
Method Summary
Modifier and TypeMethodDescriptiondefault charcharAt(int index) default intlength()default CharSequencesubSequence(int start, int end) voidPerforms this operation on the given argument.Methods inherited from interface java.lang.CharSequence
codePoints, chars, isEmpty, toString
-
Method Details
-
length
default int length()- Specified by:
lengthin interfaceCharSequence
-
charAt
default char charAt(int index) - Specified by:
charAtin interfaceCharSequence
-
subSequence
- Specified by:
subSequencein interfaceCharSequence
-
write
Performs this operation on the given argument.- Parameters:
element- An element to write
-