de.matthias_burbach.mosaique.core.model
Class Jsp

java.lang.Object
  extended byde.matthias_burbach.mosaique.core.model.AbstractFileItem
      extended byde.matthias_burbach.mosaique.core.model.Jsp

public class Jsp
extends AbstractFileItem

Author:
Matthias Burbach

Constructor Summary
Jsp()
           
 
Method Summary
 java.util.List getInserts()
           
 java.lang.String getName()
           
 void setInserts(java.util.List inserts)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class de.matthias_burbach.mosaique.core.model.AbstractFileItem
getBegin, getContext, getDefinitionResolver, getEnd, getFilePath, getJspResolver, getMessage, getPrimarySearchText, getSecondarySearchText, isErroneous, setBegin, setContext, setEnd, setErroneous, setFilePath, setMessage, setPrimarySearchText, setSecondarySearchText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jsp

public Jsp()
Method Detail

getName

public java.lang.String getName()
Returns:
The name of this JSP.

setName

public void setName(java.lang.String name)
Parameters:
name - The name of this JSP.

getInserts

public java.util.List getInserts()
Returns:
The Tiles inserts of type Insert defined within this JSP.

setInserts

public void setInserts(java.util.List inserts)
Parameters:
inserts - The Tiles inserts of type Insert defined within this JSP.


Copyright © 2005-2006 . All Rights Reserved.