com.logabit.webtools.patchwork
Class PatchworkInclude

java.lang.Object
  extended by com.logabit.webtools.patchwork.PatchworkInclude

public class PatchworkInclude
extends java.lang.Object

This class represents a patchwork inclusion.

Author:
Stephan Niedermeier

Method Summary
 PatchworkLayout getLayout()
          The layout this include refers to or null if no layout is referenced.
 java.lang.String getName()
          The variable name this include defines.
 PatchworkLayout getParentPatchworkLayout()
          Returns the layout this include is placed in.
 java.lang.String getTemplatePath()
          Returns the template path if such a path is given, otherwise null will be returned.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getLayout

public PatchworkLayout getLayout()
The layout this include refers to or null if no layout is referenced.

Returns:

getName

public java.lang.String getName()
The variable name this include defines.

Returns:

getParentPatchworkLayout

public PatchworkLayout getParentPatchworkLayout()
Returns the layout this include is placed in.

Returns:

getTemplatePath

public java.lang.String getTemplatePath()
Returns the template path if such a path is given, otherwise null will be returned.

Returns:

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2007. All Rights Reserved.