Package one.xingyi.core.filemaker
Class CompositeViewInterfaceMaker
- java.lang.Object
-
- one.xingyi.core.filemaker.CompositeViewInterfaceMaker
-
- All Implemented Interfaces:
CreateViewMethods,IFileMaker<CompositeViewDom>
public class CompositeViewInterfaceMaker extends java.lang.Object implements IFileMaker<CompositeViewDom>, CreateViewMethods
-
-
Constructor Summary
Constructors Constructor Description CompositeViewInterfaceMaker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Result<java.lang.String,FileDefn>apply(CompositeViewDom dom)MonadDefnmonadDefn()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface one.xingyi.core.filemaker.CreateViewMethods
accessors, createMethod, createWithoutIdMethod, deleteMethod, editMethod, getMethod, getRemoteAccessors, optionalGetMethod, postMethod, prototypeMethod, prototypeNoIdMethod
-
-
-
-
Method Detail
-
apply
public Result<java.lang.String,FileDefn> apply(CompositeViewDom dom)
- Specified by:
applyin interfaceIFileMaker<CompositeViewDom>
-
monadDefn
public MonadDefn monadDefn()
- Specified by:
monadDefnin interfaceCreateViewMethods
-
-