Package com.enonic.xp.inputtype
Class InputTypes
- java.lang.Object
-
- com.enonic.xp.inputtype.InputTypes
-
- All Implemented Interfaces:
InputTypeResolver
,Iterable<InputType>
public final class InputTypes extends Object implements Iterable<InputType>, InputTypeResolver
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InputTypes.Builder
-
Field Summary
Fields Modifier and Type Field Description static InputTypes
BUILTIN
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InputTypes.Builder
create()
Iterator<InputType>
iterator()
InputType
resolve(InputTypeName name)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
BUILTIN
public static final InputTypes BUILTIN
-
-
Method Detail
-
resolve
public InputType resolve(InputTypeName name)
- Specified by:
resolve
in interfaceInputTypeResolver
-
create
public static InputTypes.Builder create()
-
-