Package helma.framework.core
Class Skin.Macro
- java.lang.Object
-
- helma.framework.core.Skin.Macro
-
- Enclosing class:
- Skin
public class Skin.Macro extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHandlerType()
Return the numeric type of the macro handlerjava.lang.String
getName()
Return the full name of the macro in handler.name notationjava.util.Map
getNamedParams()
Return the list of named parametersjava.util.List
getPositionalParams()
Return the list of positional parametersboolean
hasNestedMacros()
java.lang.String
toString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.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()
-
-