Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.xml.Comment

Packages that use Comment
com.liferay.portal.kernel.xml   
com.liferay.portal.xml   
 

Uses of Comment in com.liferay.portal.kernel.xml
 

Methods in com.liferay.portal.kernel.xml with parameters of type Comment
 void Branch.add(Comment comment)
           
protected abstract  T BaseVisitor.handleComment(Comment comment)
           
 boolean Branch.remove(Comment comment)
           
 T Visitor.visitComment(Comment comment)
           
 T BaseVisitor.visitComment(Comment comment)
           
 

Uses of Comment in com.liferay.portal.xml
 

Classes in com.liferay.portal.xml that implement Comment
 class CommentImpl
           
 

Methods in com.liferay.portal.xml with parameters of type Comment
 void BranchImpl.add(Comment comment)
           
 boolean BranchImpl.remove(Comment comment)
           
 


Liferay 6.1.2-ce-ga3