visualforce

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2021 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Server

func Server(i *interpreter.Interpreter)

Types

type Attribute

type Attribute struct {
	Data map[string]string
}

func (*Attribute) Get

func (attr *Attribute) Get(k string) string

func (*Attribute) Set

func (attr *Attribute) Set(k string, v string)

type CommandButtonParameter

type CommandButtonParameter struct {
	Action string
	Name   string
	Value  string
}

type FormParameter

type FormParameter struct {
	Body         string
	ViewState    string
	RawViewState string
}

type InputFieldParameter

type InputFieldParameter struct {
	Type  string
	Label string
	Name  string
	Value string
}

type LabelParameter

type LabelParameter struct {
	Value string
}

type Node

type Node struct {
	XMLName xml.Name
	Attrs   []xml.Attr `xml:"-"`
	Content []byte     `xml:",innerxml"`
	Nodes   []Node     `xml:",any"`
}

func (*Node) UnmarshalXML

func (n *Node) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error

type PageBlockParameter

type PageBlockParameter struct {
	Body string
}

type PageBlockSectionParameter

type PageBlockSectionParameter struct {
	Title string
	Body  string
}

type PageParameter

type PageParameter struct {
	ShowHeader bool
	Body       string
}

Jump to

Keyboard shortcuts

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