def actions(self):
		actions = HTTPContent.actions(self)
		actions.append('jsonCall')
		return actions