controllers

package
v0.0.0-...-680b7b8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 3, 2013 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Application

type Application struct {
	*revel.Controller
}

func (Application) Index

func (c Application) Index() revel.Result

type Sample1

type Sample1 struct {
	*revel.Controller
}

func (Sample1) HandleSubmit

func (c Sample1) HandleSubmit(
	username, firstname, lastname string,
	age int,
	password, passwordConfirm, email, emailConfirm string,
	termsOfUse bool) revel.Result

func (Sample1) Index

func (c Sample1) Index() revel.Result

type Sample2

type Sample2 struct {
	*revel.Controller
}

func (Sample2) HandleSubmit

func (c Sample2) HandleSubmit(
	username, firstname, lastname string,
	age int,
	password, passwordConfirm, email, emailConfirm string,
	termsOfUse bool) revel.Result

func (Sample2) Index

func (c Sample2) Index() revel.Result

type Sample3

type Sample3 struct {
	*revel.Controller
}

func (Sample3) HandleSubmit

func (c Sample3) HandleSubmit(user *models.User) revel.Result

func (Sample3) Index

func (c Sample3) Index() revel.Result

type Sample4

type Sample4 struct {
	*revel.Controller
}

func (Sample4) HandleSubmit

func (c Sample4) HandleSubmit(user *models.User) revel.Result

func (Sample4) Index

func (c Sample4) Index() revel.Result

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL