Class: JavaMappingerror

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/ontomde-uml2-struts/mappingForJsp.rb

Overview

Template used when no correct was found.

Instance Method Summary collapse

Instance Method Details

#getJSP(datatype, field, owner) ⇒ Object



143
144
145
# File 'lib/ontomde-uml2-struts/mappingForJsp.rb', line 143

def getJSP(datatype,field,owner)
  return %{<!-- TODO: fallback template used for datatype #{datatype} -->}
end