Class PMetaTag

java.lang.Object
   |
   +----PMetaTag

public class PMetaTag
extends Object
The PMetaTag class is used to store meta information on the page.

Author:
Gregor Panzer qversion 0.1

Constructor Index

 o PMetaTag(String, String)
The constructor gets the name and the value of the tag.

Method Index

 o testausgabe()

Constructors

 o PMetaTag
 public PMetaTag(String name,
                 String value)
The constructor gets the name and the value of the tag.

Methods

 o testausgabe
 public String testausgabe()