helma.framework.core
Class Skin.Macro

java.lang.Object
  extended by helma.framework.core.Skin.Macro
Enclosing class:
Skin

public class Skin.Macro
extends java.lang.Object


Field Summary
 int end
           
 int start
           
 
Method Summary
 int getHandlerType()
          Return the numeric type of the macro handler
 java.lang.String getName()
          Return the full name of the macro in handler.name notation
 java.util.Map getNamedParams()
          Return the list of named parameters
 java.util.List getPositionalParams()
          Return the list of positional parameters
 boolean hasNestedMacros()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

start

public final int start

end

public final int end
Method Detail

toString

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

getName

public java.lang.String getName()
Return the full name of the macro in handler.name notation

Returns:
the macro name

getHandlerType

public int getHandlerType()
Return the numeric type of the macro handler

Returns:
the handler type

getNamedParams

public java.util.Map getNamedParams()
Return the list of named parameters

Returns:
the list of named parameters

getPositionalParams

public java.util.List getPositionalParams()
Return the list of positional parameters

Returns:
the list of positional parameters

hasNestedMacros

public boolean hasNestedMacros()


Copyright © 1998-1998-${year} Helma.org. All Rights Reserved.