Package com.enonic.xp.inputtype
Class InputTypes
- java.lang.Object
-
- com.enonic.xp.inputtype.InputTypes
-
- All Implemented Interfaces:
InputTypeResolver
,java.lang.Iterable<InputType>
public final class InputTypes extends java.lang.Object implements java.lang.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()
java.util.Iterator<InputType>
iterator()
InputType
resolve(InputTypeName name)
-
-
-
Field Detail
-
BUILTIN
public static final InputTypes BUILTIN
-
-
Method Detail
-
resolve
public InputType resolve(InputTypeName name)
- Specified by:
resolve
in interfaceInputTypeResolver
-
iterator
public java.util.Iterator<InputType> iterator()
- Specified by:
iterator
in interfacejava.lang.Iterable<InputType>
-
create
public static InputTypes.Builder create()
-
-