false, false, true);
}
};
public static GlobalContainerNode initialize(JcrNode node) {
BrixNode brixNode = (BrixNode) node;
BrixFileNode.initialize(node, "text/html");
brixNode.setNodeType(TYPE);
return new GlobalContainerNode(node.getDelegate(), node.getSession());
}