web/views/schema.py
branchstable
changeset 2276 33e7488a407c
parent 2231 d2052c3ccac7
child 2277 a3622e6c34ee
equal deleted inserted replaced
2275:bc0bed0616a3 2276:33e7488a407c
   283         s2d.schema2dot(outputfile=tmpfile, visitor=visitor,
   283         s2d.schema2dot(outputfile=tmpfile, visitor=visitor,
   284                        prophdlr=RestrictedSchemaDotPropsHandler(self.req))
   284                        prophdlr=RestrictedSchemaDotPropsHandler(self.req))
   285 
   285 
   286 ### facets
   286 ### facets
   287 
   287 
   288 class CWMetaFacet(AttributeFacet):
       
   289     id = 'cwmeta-facet'
       
   290     __select__ = AttributeFacet.__select__ & implements('CWEType')
       
   291     rtype = 'meta'
       
   292 
       
   293 class CWFinalFacet(AttributeFacet):
   288 class CWFinalFacet(AttributeFacet):
   294     id = 'cwfinal-facet'
   289     id = 'cwfinal-facet'
   295     __select__ = AttributeFacet.__select__ & implements('CWEType')
   290     __select__ = AttributeFacet.__select__ & implements('CWEType')
   296     rtype = 'final'
   291     rtype = 'final'