}
@OnEvent(value = EventConstants.SUCCESS, component = "contentTypeForm")
Object submitContentTypeFormForm() {
if (_contentType == null) {
_contentType = new ContentType();
}
_contentType.setName(_contentTypeName);
_contentType.setDescription(_contentTypeDescription);
_contentTypeService.saveContentType(_contentType);
return vn.pyco.tinycms.web.pages.admin.Index.class;