|
PAJES 3.0.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pajes.html.Tag
org.pajes.html.Head.Meta
public class Head.Meta
Inner class for the <meta> tag.
<meta> tags are also used by PAJES to perform final processing on
the Pajebefore writing it back to the browser. Supported
constructs are:
org.pajes.html.validation.ValidationFunction. (See
Input.addClientValidation(org.pajes.html.validation.ValidationFunction)
.) This attribute is MANDATORY. String parameter values to
be called on the ValidationFunction instance. There can be as many of
these attributes as are required to configure the ValidationFunction.
Note that only methods with one String parameter are
supported.Input.setFieldNameInErrorMessage(java.lang.String).
This attribute is MANDATORY. Submit.setSubmitConfirmation(java.lang.String). This attribute is
MANDATORY, but may be an empty string (""). Submit.setCheckForChangedFields(boolean). This attribute is
MANDATORY, and must be either true or false. Submit.setCheckForChangedFieldsConfirmation(java.lang.String). This
attribute is MANDATORY, but may be an empty string (""). Submit.setOnClickValidation(boolean). This attribute is
MANDATORY, and must be either true or false.
Note that any <meta> tag that has a namethat
starts with org.pajes. will automatically have it's
writableflag set to false, so that
it is not written back to the browser.
| Field Summary |
|---|
| Fields inherited from class org.pajes.html.Tag |
|---|
ON_CLICK_ATTRIBUTE, TAG_CLOSE, TAG_LEFT, TAG_RIGHT |
| Constructor Summary | |
|---|---|
Head.Meta(java.lang.String name,
java.lang.String content,
java.lang.String httpEquivalent)
The <meta> tag defines a name/value pair to be encoded in the document header. |
|
| Method Summary | |
|---|---|
java.lang.String |
getHTTPEquivalent()
Returns the httpEquivalent attribute of this Meta tag. |
java.lang.String |
getName()
Returns the name attribute of this Meta tag. |
java.lang.String |
getValue()
Returns the content attribute of this Meta tag. |
void |
setContent(java.lang.String content)
Sets the content attribute of this Meta tag. |
Head.Meta |
setHTTPEquivalent(java.lang.String httpEquivalent)
Sets the http-equiv attribute of this Meta tag. |
Head.Meta |
setName(java.lang.String name)
Sets the name attribute of this Meta tag. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Head.Meta(java.lang.String name,
java.lang.String content,
java.lang.String httpEquivalent)
Note that any <meta> tag that has a name that starts with
org.pajes. will automatically have it's
writable flag set to false.
name - the name of the name/value pair.content - the value of the name/value pair.httpEquivalent - supplies a name for the name/value pair and instructs the
server to include the name/value pair in the MIME document
header that is passed to the browser before sending the
actual document.| Method Detail |
|---|
public java.lang.String getHTTPEquivalent()
public java.lang.String getName()
public java.lang.String getValue()
public void setContent(java.lang.String content)
setContent in interface HTMLsetContent in class Tagcontent - the value of the name/value pair.Tag.getContent(),
Tag.setContent(org.pajes.html.HTML)public Head.Meta setHTTPEquivalent(java.lang.String httpEquivalent)
httpEquivalent - supplies a name for the name/value pair and instructs the
server to include the name/value pair in the MIME document
header that is passed to the browser before sending the
actual document.
public Head.Meta setName(java.lang.String name)
name - the name of the name/value pair.
|
PAJES 3.0.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||