addPage static method

dynamic addPage(
  1. String tag
)

Implementation

static addPage(String tag){
   pageList.addFirst(tag);
}