Package one.xingyi.core.filemaker
Class ClientViewInterfaceFileMaker
- java.lang.Object
-
- one.xingyi.core.filemaker.ClientViewInterfaceFileMaker
-
- All Implemented Interfaces:
CreateViewMethods,IFileMaker<ViewDomAndItsResourceDom>
public class ClientViewInterfaceFileMaker extends java.lang.Object implements IFileMaker<ViewDomAndItsResourceDom>, CreateViewMethods
-
-
Constructor Summary
Constructors Constructor Description ClientViewInterfaceFileMaker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Result<java.lang.String,FileDefn>apply(ViewDomAndItsResourceDom viewDomAndItsResourceDom)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(ViewDomAndItsResourceDom viewDomAndItsResourceDom)
- Specified by:
applyin interfaceIFileMaker<ViewDomAndItsResourceDom>
-
monadDefn
public MonadDefn monadDefn()
- Specified by:
monadDefnin interfaceCreateViewMethods
-
-