Package de.innovationgate.wgpublisher.webtml.Navigator

Examples of de.innovationgate.wgpublisher.webtml.Navigator.Status


public class Languages extends Navigator /**
   * @throws WGAPIException
* @see Navigator#tmlStartTag(TMLContext)
   */
  public void tmlStartTag() throws TMLException, WGAPIException {
      Status status = (Status) getStatus();
        status.navType = "languages";
    super.tmlStartTag();
  }
View Full Code Here


public class Children extends Navigator /**
   * @throws WGAPIException
* @see Navigator#tmlStartTag(TMLContext)
   */
  public void tmlStartTag() throws TMLException, WGAPIException {
        Status status = (Status) getStatus();
        status.navType = "children";
    super.tmlStartTag();
  }
View Full Code Here

TOP

Related Classes of de.innovationgate.wgpublisher.webtml.Navigator.Status

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.