Package helma.framework.core
Class Skin.Macro
java.lang.Object
helma.framework.core.Skin.Macro
- Enclosing class:
- Skin
-
Field Details
-
start
public final int start -
end
public final int end
-
-
Method Details
-
toString
-
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
Return the list of named parameters- Returns:
- the list of named parameters
-
getPositionalParams
Return the list of positional parameters- Returns:
- the list of positional parameters
-
hasNestedMacros
public boolean hasNestedMacros()
-