info.magnolia.module.templatingkit.templates.category
Class TemplateCategory

java.lang.Object
  extended by info.magnolia.module.templatingkit.templates.category.TemplateCategory

public class TemplateCategory
extends Object

Each template has a category like: home, section, content.

Version:
$Id$
Author:
pbracher

Field Summary
static String CONTENT
          Content pages as news, article, ..
static String FEATURE
          Special feature pages as search result, sitemap, ...
static String FUNCTIONAL
          Functional pages, e.g.
static String HOME
          The home page of a site.
static String SECTION
          A structural section page.
 
Constructor Summary
TemplateCategory()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HOME

public static final String HOME
The home page of a site.

See Also:
Constant Field Values

SECTION

public static final String SECTION
A structural section page.

See Also:
Constant Field Values

CONTENT

public static final String CONTENT
Content pages as news, article, ..

See Also:
Constant Field Values

FEATURE

public static final String FEATURE
Special feature pages as search result, sitemap, ...

See Also:
Constant Field Values

FUNCTIONAL

public static final String FUNCTIONAL
Functional pages, e.g. a redirect page.

See Also:
Constant Field Values
Constructor Detail

TemplateCategory

public TemplateCategory()


Copyright © 2008-2014 Magnolia International Ltd.. All Rights Reserved.