Documentation
¶
Index ¶
Constants ¶
View Source
const NAME = "ApexPage"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApexPage ¶
type ApexPage struct {
metadata.MetadataInfo
XMLName xml.Name `xml:"ApexPage"`
Xmlns string `xml:"xmlns,attr"`
ApiVersion struct {
Text string `xml:",chardata"`
} `xml:"apiVersion"`
AvailableInTouch *struct {
Text string `xml:",chardata"`
} `xml:"availableInTouch"`
ConfirmationTokenRequired *struct {
Text string `xml:",chardata"`
} `xml:"confirmationTokenRequired"`
Description *struct {
Text string `xml:",chardata"`
} `xml:"description"`
Label struct {
Text string `xml:",chardata"`
} `xml:"label"`
// Non-XML fields
PageCode []byte `xml:"-"` // The actual page code
SourcePath string `xml:"-"`
}
func (*ApexPage) SetMetadata ¶
func (c *ApexPage) SetMetadata(m metadata.MetadataInfo)
func (*ApexPage) Type ¶
func (c *ApexPage) Type() metadata.MetadataType
Click to show internal directories.
Click to hide internal directories.